VTK
9.1.0
|
#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 306 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 318 of file vtkCGNSReaderInternal.h.
|
inline |
return const reference to a base information
Definition at line 323 of file vtkCGNSReaderInternal.h.
|
inline |
return reference to GlobalTime
Definition at line 328 of file vtkCGNSReaderInternal.h.
void CGNSRead::vtkCGNSMetaData::PrintSelf | ( | std::ostream & | os | ) |
print object debugging purpose
void CGNSRead::vtkCGNSMetaData::Broadcast | ( | vtkMultiProcessController * | controller, |
int | rank | ||
) |