VTK  9.2.6
CGNSRead::vtkCGNSArraySelection Class Reference

#include <vtkCGNSReaderInternal.h>

Inherits std::map< std::string, bool >.

Public Member Functions

void Merge (const vtkCGNSArraySelection &other)
void AddArray (const char *name, bool status=true)
bool ArrayIsEnabled (const char *name)
bool HasArray (const char *name)
int GetArraySetting (const char *name)
void SetArrayStatus (const char *name, bool status)
const char * GetArrayName (int index)
int GetNumberOfArrays ()

Detailed Description

Definition at line 114 of file vtkCGNSReaderInternal.h.

Member Function Documentation

◆ Merge()

void CGNSRead::vtkCGNSArraySelection::Merge ( const vtkCGNSArraySelection & other)
inline

Definition at line 117 of file vtkCGNSReaderInternal.h.

◆ AddArray()

void CGNSRead::vtkCGNSArraySelection::AddArray ( const char * name,
bool status = true )
inline

Definition at line 126 of file vtkCGNSReaderInternal.h.

◆ ArrayIsEnabled()

bool CGNSRead::vtkCGNSArraySelection::ArrayIsEnabled ( const char * name)
inline

Definition at line 128 of file vtkCGNSReaderInternal.h.

◆ HasArray()

bool CGNSRead::vtkCGNSArraySelection::HasArray ( const char * name)
inline

Definition at line 140 of file vtkCGNSReaderInternal.h.

◆ GetArraySetting()

int CGNSRead::vtkCGNSArraySelection::GetArraySetting ( const char * name)
inline

Definition at line 146 of file vtkCGNSReaderInternal.h.

◆ SetArrayStatus()

void CGNSRead::vtkCGNSArraySelection::SetArrayStatus ( const char * name,
bool status )
inline

Definition at line 148 of file vtkCGNSReaderInternal.h.

◆ GetArrayName()

const char * CGNSRead::vtkCGNSArraySelection::GetArrayName ( int index)
inline

Definition at line 150 of file vtkCGNSReaderInternal.h.

◆ GetNumberOfArrays()

int CGNSRead::vtkCGNSArraySelection::GetNumberOfArrays ( )
inline

Definition at line 165 of file vtkCGNSReaderInternal.h.


The documentation for this class was generated from the following file: