Public Member Functions | |
void | loadFrom (vtkMutableDirectedGraph *sil) |
int | getNumberOfEntries () const |
const char * | getMeshName () const |
const char * | getKeyOfEntry (int i) const |
bool | getStatusOfEntryStr (const char *entry) const |
void | setStatusOfEntryStr (const char *entry, bool status) |
void | printMySelf (std::ostream &os) const |
std::set< int > | getIdsToKeep () const |
int | getIdOfFamily (const std::string &famName) const |
Static Public Member Functions | |
static bool | IsInformationOK (vtkInformation *info) |
Private Member Functions | |
std::map< std::string, int > | computeFamStrIdMap () const |
const ExtractGroupStatus & | getEntry (const char *entry) const |
ExtractGroupStatus & | getEntry (const char *entry) |
Private Attributes | |
std::vector< ExtractGroupGrp > | _groups |
std::vector< ExtractGroupFam > | _fams |
std::string | _mesh_name |
void vtkExtractGroup::vtkExtractGroupInternal::loadFrom | ( | vtkMutableDirectedGraph * | sil | ) |
int vtkExtractGroup::vtkExtractGroupInternal::getNumberOfEntries | ( | ) | const |
const char * vtkExtractGroup::vtkExtractGroupInternal::getMeshName | ( | ) | const |
const char * vtkExtractGroup::vtkExtractGroupInternal::getKeyOfEntry | ( | int | i | ) | const |
bool vtkExtractGroup::vtkExtractGroupInternal::getStatusOfEntryStr | ( | const char * | entry | ) | const |
References ExtractGroupStatus::getStatus().
void vtkExtractGroup::vtkExtractGroupInternal::setStatusOfEntryStr | ( | const char * | entry, |
bool | status | ||
) |
References ExtractGroupStatus::setStatus().
void vtkExtractGroup::vtkExtractGroupInternal::printMySelf | ( | std::ostream & | os | ) | const |
std::set< int > vtkExtractGroup::vtkExtractGroupInternal::getIdsToKeep | ( | ) | const |
References _fams, _groups, and computeFamStrIdMap().
int vtkExtractGroup::vtkExtractGroupInternal::getIdOfFamily | ( | const std::string & | famName | ) | const |
|
static |
References vtkMEDReader::META_DATA().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |