VTK  9.3.20240424
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
 
int GetNumberOfBaseNodes ()
 return number of base nodes
 
const CGNSRead::BaseInformationGetBase (int numBase)
 return const reference to a base information
 
std::vector< double > & GetTimes ()
 return reference to GlobalTime
 
void PrintSelf (std::ostream &os)
 print object debugging purpose
 
void Broadcast (vtkMultiProcessController *controller, int rank)
 

Detailed Description

Definition at line 320 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 332 of file vtkCGNSReaderInternal.h.

◆ GetBase()

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

return const reference to a base information

Definition at line 337 of file vtkCGNSReaderInternal.h.

◆ GetTimes()

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

return reference to GlobalTime

Definition at line 342 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: