#include <vtkCGNSReaderInternal.h>
Public Member Functions | |
| bool | Parse (const char *cgnsFileName) |
| quick parsing of cgns file to get interesting information from a VTK point of view More... | |
| int | GetNumberOfBaseNodes () |
| return number of base nodes More... | |
| const CGNSRead::BaseInformation & | GetBase (int numBase) |
| return const reference to a base information More... | |
| std::vector< double > & | GetTimes () |
| return reference to GlobalTime More... | |
| void | PrintSelf (std::ostream &os) |
| print object debugging purpose More... | |
| void | Broadcast (vtkMultiProcessController *controller, int rank) |
| vtkCGNSMetaData ()=default | |
| Constructor/Destructor. More... | |
| ~vtkCGNSMetaData ()=default | |
| Constructor/Destructor. More... | |
Definition at line 303 of file vtkCGNSReaderInternal.h.
|
default |
Constructor/Destructor.
|
default |
Constructor/Destructor.
| bool CGNSRead::vtkCGNSMetaData::Parse | ( | const char * | cgnsFileName | ) |
quick parsing of cgns file to get interesting information from a VTK point of view
|
inline |
return number of base nodes
Definition at line 315 of file vtkCGNSReaderInternal.h.
|
inline |
return const reference to a base information
Definition at line 320 of file vtkCGNSReaderInternal.h.
|
inline |
return reference to GlobalTime
Definition at line 325 of file vtkCGNSReaderInternal.h.
| void CGNSRead::vtkCGNSMetaData::PrintSelf | ( | std::ostream & | os | ) |
print object debugging purpose
| void CGNSRead::vtkCGNSMetaData::Broadcast | ( | vtkMultiProcessController * | controller, |
| int | rank | ||
| ) |
1.8.13 on Tue May 18 2021