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 |
ExtractCellTypeStatus::ExtractCellTypeStatus | ( | ) |
ExtractCellTypeStatus::ExtractCellTypeStatus | ( | int | vtkt, |
INTERP_KERNEL::NormalizedCellType | mct | ||
) |
References _type_str.
bool ExtractCellTypeStatus::isSame | ( | int | vtkt, |
INTERP_KERNEL::NormalizedCellType | mct | ||
) | const |
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 |
bool ExtractCellTypeStatus::isSameAs | ( | const ExtractCellTypeStatus & | other | ) | const |
void ExtractCellTypeStatus::feedSIL | ( | vtkMutableDirectedGraph * | sil, |
vtkIdType | root, | ||
vtkVariantArray * | childEdge, | ||
std::vector< std::string > & | names | ||
) | const |
|
mutableprotected |
|
protected |
|
protected |
|
protected |