|
ParaView
|
Functions | |
| template<typename T > | |
| int | readNodeData (int cgioNum, double nodeId, std::vector< T > &data) |
| template<> | |
| int | readNodeData< char > (int cgioNum, double nodeId, std::vector< char > &data) |
| int | readNodeStringData (int cgioNum, double nodeId, std::string &data) |
| int | getNodeChildrenId (int cgioNum, double fatherId, std::vector< double > &childrenIds) |
| int | readBaseIds (int cgioNum, double rootId, std::vector< double > &baseIds) |
| int | readBaseCoreInfo (int cgioNum, double baseId, CGNSRead::BaseInformation &baseInfo) |
| int | readBaseIteration (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
| int | readZoneIterInfo (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
| int | readSolInfo (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
| int | readBaseFamily (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
| int | readBaseReferenceState (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
| int | readZoneInfo (int cgioNum, double nodeId, CGNSRead::BaseInformation &baseInfo) |
|
inline |
Definition at line 47 of file cgio_helpers.h.
| int CGNSRead::readNodeData< char > | ( | int | cgioNum, |
| double | nodeId, | ||
| std::vector< char > & | data | ||
| ) |
| int CGNSRead::readNodeStringData | ( | int | cgioNum, |
| double | nodeId, | ||
| std::string & | data | ||
| ) |
| int CGNSRead::getNodeChildrenId | ( | int | cgioNum, |
| double | fatherId, | ||
| std::vector< double > & | childrenIds | ||
| ) |
| int CGNSRead::readBaseIds | ( | int | cgioNum, |
| double | rootId, | ||
| std::vector< double > & | baseIds | ||
| ) |
| int CGNSRead::readBaseCoreInfo | ( | int | cgioNum, |
| double | baseId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readBaseIteration | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readZoneIterInfo | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readSolInfo | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readBaseFamily | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readBaseReferenceState | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
| int CGNSRead::readZoneInfo | ( | int | cgioNum, |
| double | nodeId, | ||
| CGNSRead::BaseInformation & | baseInfo | ||
| ) |
1.8.12