VTK  9.3.20240418
Public Member Functions | List of all members
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 130 of file vtkCGNSReaderInternal.h.

Member Function Documentation

◆ Merge()

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

Definition at line 133 of file vtkCGNSReaderInternal.h.

◆ AddArray()

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

Definition at line 142 of file vtkCGNSReaderInternal.h.

◆ ArrayIsEnabled()

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

Definition at line 144 of file vtkCGNSReaderInternal.h.

◆ HasArray()

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

Definition at line 156 of file vtkCGNSReaderInternal.h.

◆ GetArraySetting()

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

Definition at line 162 of file vtkCGNSReaderInternal.h.

◆ SetArrayStatus()

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

Definition at line 164 of file vtkCGNSReaderInternal.h.

◆ GetArrayName()

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

Definition at line 166 of file vtkCGNSReaderInternal.h.

◆ GetNumberOfArrays()

int CGNSRead::vtkCGNSArraySelection::GetNumberOfArrays ( )
inline

Definition at line 181 of file vtkCGNSReaderInternal.h.


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