Version: 8.3.0
vtkExtractGroup::vtkExtractGroupInternal Class Reference

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 ExtractGroupStatusgetEntry (const char *entry) const
 
ExtractGroupStatusgetEntry (const char *entry)
 

Private Attributes

std::vector< ExtractGroupGrp_groups
 
std::vector< ExtractGroupFam_fams
 
std::string _mesh_name
 

Member Function Documentation

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
void vtkExtractGroup::vtkExtractGroupInternal::setStatusOfEntryStr ( const char *  entry,
bool  status 
)
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
bool vtkExtractGroup::vtkExtractGroupInternal::IsInformationOK ( vtkInformation *  info)
static
std::map< std::string, int > vtkExtractGroup::vtkExtractGroupInternal::computeFamStrIdMap ( ) const
private
const ExtractGroupStatus & vtkExtractGroup::vtkExtractGroupInternal::getEntry ( const char *  entry) const
private
ExtractGroupStatus & vtkExtractGroup::vtkExtractGroupInternal::getEntry ( const char *  entry)
private

Field Documentation

std::vector<ExtractGroupGrp> vtkExtractGroup::vtkExtractGroupInternal::_groups
private
std::vector<ExtractGroupFam> vtkExtractGroup::vtkExtractGroupInternal::_fams
private
std::string vtkExtractGroup::vtkExtractGroupInternal::_mesh_name
private