Public Member Functions | |
| PropertyKeeper (vtkMEDReader *master) | |
| void | assignPropertiesIfNeeded () |
| bool | arePropertiesOnTreeToSetAfter () const |
| void | pushFieldStatusEntry (const char *name, int status) |
| void | pushGenerateVectorsValue (int value) |
| void | pushChangeModeValue (int value) |
| void | pushTimesFlagsStatusEntry (const char *name, int status) |
| void | pushGhost (int value) |
| PropertyKeeper (vtkMEDReader *master) | |
| void | assignPropertiesIfNeeded () |
| bool | arePropertiesOnTreeToSetAfter () const |
| void | pushFieldStatusEntry (const char *name, int status) |
| void | pushGenerateVectorsValue (int value) |
| void | pushChangeModeValue (int value) |
| void | pushTimesFlagsStatusEntry (const char *name, int status) |
Protected Attributes | |
| std::vector< std::pair < std::string, int > > | SetFieldsStatusPairs |
| bool | IsGVActivated |
| int | GVValue |
| bool | IsCMActivated |
| int | CMValue |
| bool | IsGhostActivated |
| int | GCGCP |
| std::vector< std::pair < std::string, int > > | TimesFlagsStatusPairs |
| vtkMEDReader * | _master |
This class stores properties in loading state mode (pvsm) when the MED file has not been read yet. The file is not read beacause FileName has not been informed yet ! So this class stores properties of vtkMEDReader instance that owns it and wait the vtkMEDReader::SetFileName to apply properties afterwards.
| PropertyKeeper::PropertyKeeper | ( | vtkMEDReader * | master | ) |
| PropertyKeeper::PropertyKeeper | ( | vtkMEDReader * | master | ) |
| void PropertyKeeper::assignPropertiesIfNeeded | ( | ) |
References _master, vtkMEDReader::ChangeMode(), CMValue, GCGCP, vtkMEDReader::GenerateVectors(), vtkMEDReader::GhostCellGeneratorCallForPara(), GVValue, IsCMActivated, IsGhostActivated, IsGVActivated, vtkMEDReader::SetFieldsStatus(), SetFieldsStatusPairs, vtkMEDReader::SetTimesFlagsStatus(), and TimesFlagsStatusPairs.
| bool PropertyKeeper::arePropertiesOnTreeToSetAfter | ( | ) | const |
References SetFieldsStatusPairs.
| void PropertyKeeper::pushFieldStatusEntry | ( | const char * | name, |
| int | status | ||
| ) |
References SetFieldsStatusPairs.
| void PropertyKeeper::pushGenerateVectorsValue | ( | int | value | ) |
References GVValue, and IsGVActivated.
| void PropertyKeeper::pushChangeModeValue | ( | int | value | ) |
References CMValue, and IsCMActivated.
| void PropertyKeeper::pushTimesFlagsStatusEntry | ( | const char * | name, |
| int | status | ||
| ) |
References TimesFlagsStatusPairs.
| void PropertyKeeper::pushGhost | ( | int | value | ) |
References GCGCP, and IsGhostActivated.
| void PropertyKeeper::assignPropertiesIfNeeded | ( | ) |
| bool PropertyKeeper::arePropertiesOnTreeToSetAfter | ( | ) | const |
| void PropertyKeeper::pushFieldStatusEntry | ( | const char * | name, |
| int | status | ||
| ) |
| void PropertyKeeper::pushGenerateVectorsValue | ( | int | value | ) |
| void PropertyKeeper::pushChangeModeValue | ( | int | value | ) |
| void PropertyKeeper::pushTimesFlagsStatusEntry | ( | const char * | name, |
| int | status | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |