Public Member Functions | |
| vtkExtractCellTypeInternal () | |
| int | getNumberOfEntries () const |
| const char * | getKeyOfEntry (int i) const |
| bool | getStatusOfEntryStr (const char *entry) const |
| void | setStatusOfEntryStr (const char *entry, bool status) const |
| void | feedSIL (vtkMutableDirectedGraph *sil) const |
| std::vector< int > | getIdsToKeep () const |
| void | printMySelf (std::ostream &os) const |
| bool | setRefTime (vtkObject *input) const |
| void | loadFrom (const std::map< int, INTERP_KERNEL::NormalizedCellType > &m) |
Private Member Functions | |
| const ExtractCellTypeStatus & | getEntry (const char *entry) const |
| bool | checkSame (const std::map< int, INTERP_KERNEL::NormalizedCellType > &m) const |
Private Attributes | |
| std::vector < ExtractCellTypeStatus > | _types |
| unsigned long | _ref_mtime |
| vtkExtractCellType::vtkExtractCellTypeInternal::vtkExtractCellTypeInternal | ( | ) |
| int vtkExtractCellType::vtkExtractCellTypeInternal::getNumberOfEntries | ( | ) | const |
| const char * vtkExtractCellType::vtkExtractCellTypeInternal::getKeyOfEntry | ( | int | i | ) | const |
| bool vtkExtractCellType::vtkExtractCellTypeInternal::getStatusOfEntryStr | ( | const char * | entry | ) | const |
References ExtractCellTypeStatus::getStatus().
| void vtkExtractCellType::vtkExtractCellTypeInternal::setStatusOfEntryStr | ( | const char * | entry, |
| bool | status | ||
| ) | const |
References ExtractCellTypeStatus::setStatus().
| void vtkExtractCellType::vtkExtractCellTypeInternal::feedSIL | ( | vtkMutableDirectedGraph * | sil | ) | const |
| std::vector< int > vtkExtractCellType::vtkExtractCellTypeInternal::getIdsToKeep | ( | ) | const |
| void vtkExtractCellType::vtkExtractCellTypeInternal::printMySelf | ( | std::ostream & | os | ) | const |
| bool vtkExtractCellType::vtkExtractCellTypeInternal::setRefTime | ( | vtkObject * | input | ) | const |
References _ref_mtime.
| void vtkExtractCellType::vtkExtractCellTypeInternal::loadFrom | ( | const std::map< int, INTERP_KERNEL::NormalizedCellType > & | m | ) |
|
private |
|
private |
|
private |
|
mutableprivate |