Version: 8.3.0
ExtractCellTypeStatus Class Reference

Public Member Functions

 ExtractCellTypeStatus ()
 
 ExtractCellTypeStatus (int vtkt, INTERP_KERNEL::NormalizedCellType mct)
 
bool isSame (int vtkt, INTERP_KERNEL::NormalizedCellType mct) const
 
bool getStatus () const
 
void setStatus (bool status) const
 
void cpyStatusFrom (const ExtractCellTypeStatus &other)
 
std::string getKey () const
 
const char * getKeyOfEntry () const
 
int getVTKCellType () const
 
void printMySelf (std::ostream &os) const
 
bool isSameAs (const ExtractCellTypeStatus &other) const
 
void feedSIL (vtkMutableDirectedGraph *sil, vtkIdType root, vtkVariantArray *childEdge, std::vector< std::string > &names) const
 

Protected Attributes

bool _status
 
int _vtkt
 
INTERP_KERNEL::NormalizedCellType _mct
 
std::string _type_str
 

Constructor & Destructor Documentation

ExtractCellTypeStatus::ExtractCellTypeStatus ( )
ExtractCellTypeStatus::ExtractCellTypeStatus ( int  vtkt,
INTERP_KERNEL::NormalizedCellType  mct 
)

References _type_str.

Member Function Documentation

bool ExtractCellTypeStatus::isSame ( int  vtkt,
INTERP_KERNEL::NormalizedCellType  mct 
) const

References _mct, and _vtkt.

bool ExtractCellTypeStatus::getStatus ( ) const

References _status.

void ExtractCellTypeStatus::setStatus ( bool  status) const

References _status.

void ExtractCellTypeStatus::cpyStatusFrom ( const ExtractCellTypeStatus other)

References _status.

std::string ExtractCellTypeStatus::getKey ( ) const

References _type_str.

const char* ExtractCellTypeStatus::getKeyOfEntry ( ) const

References _type_str.

int ExtractCellTypeStatus::getVTKCellType ( ) const

References _vtkt.

void ExtractCellTypeStatus::printMySelf ( std::ostream &  os) const

References _status, and _type_str.

bool ExtractCellTypeStatus::isSameAs ( const ExtractCellTypeStatus other) const

References _mct, and _vtkt.

void ExtractCellTypeStatus::feedSIL ( vtkMutableDirectedGraph *  sil,
vtkIdType  root,
vtkVariantArray *  childEdge,
std::vector< std::string > &  names 
) const

References _type_str, and _vtkt.

Field Documentation

bool ExtractCellTypeStatus::_status
mutableprotected
int ExtractCellTypeStatus::_vtkt
protected
INTERP_KERNEL::NormalizedCellType ExtractCellTypeStatus::_mct
protected
std::string ExtractCellTypeStatus::_type_str
protected