ParaView
|
#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 () | |
Constructor/Destructor. More... | |
~vtkCGNSMetaData () | |
Constructor/Destructor. More... | |
Definition at line 231 of file vtkCGNSReaderInternal.h.
CGNSRead::vtkCGNSMetaData::vtkCGNSMetaData | ( | ) |
Constructor/Destructor.
CGNSRead::vtkCGNSMetaData::~vtkCGNSMetaData | ( | ) |
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 243 of file vtkCGNSReaderInternal.h.
|
inline |
return const reference to a base information
Definition at line 248 of file vtkCGNSReaderInternal.h.
|
inline |
return reference to GlobalTime
Definition at line 253 of file vtkCGNSReaderInternal.h.
void CGNSRead::vtkCGNSMetaData::PrintSelf | ( | std::ostream & | os | ) |
print object debugging purpose
void CGNSRead::vtkCGNSMetaData::Broadcast | ( | vtkMultiProcessController * | controller, |
int | rank | ||
) |