Public Member Functions | List of all members
CGNSRead::vtkCGNSMetaData Class Reference

#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::BaseInformationGetBase (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...
 

Detailed Description

Definition at line 303 of file vtkCGNSReaderInternal.h.

Constructor & Destructor Documentation

◆ vtkCGNSMetaData()

CGNSRead::vtkCGNSMetaData::vtkCGNSMetaData ( )
default

Constructor/Destructor.

◆ ~vtkCGNSMetaData()

CGNSRead::vtkCGNSMetaData::~vtkCGNSMetaData ( )
default

Constructor/Destructor.

Member Function Documentation

◆ Parse()

bool CGNSRead::vtkCGNSMetaData::Parse ( const char *  cgnsFileName)

quick parsing of cgns file to get interesting information from a VTK point of view

◆ GetNumberOfBaseNodes()

int CGNSRead::vtkCGNSMetaData::GetNumberOfBaseNodes ( )
inline

return number of base nodes

Definition at line 315 of file vtkCGNSReaderInternal.h.

◆ GetBase()

const CGNSRead::BaseInformation& CGNSRead::vtkCGNSMetaData::GetBase ( int  numBase)
inline

return const reference to a base information

Definition at line 320 of file vtkCGNSReaderInternal.h.

◆ GetTimes()

std::vector<double>& CGNSRead::vtkCGNSMetaData::GetTimes ( )
inline

return reference to GlobalTime

Definition at line 325 of file vtkCGNSReaderInternal.h.

◆ PrintSelf()

void CGNSRead::vtkCGNSMetaData::PrintSelf ( std::ostream &  os)

print object debugging purpose

◆ Broadcast()

void CGNSRead::vtkCGNSMetaData::Broadcast ( vtkMultiProcessController controller,
int  rank 
)

The documentation for this class was generated from the following file: