VTK
9.3.1
|
#include <vtkAMReXGridReaderInternal.h>
Public Member Functions | |
vtkAMReXGridHeader () | |
void | PrintSelf (std::ostream &os, vtkIndent indent) |
void | PrintSelfGenericHeader (std::ostream &os, vtkIndent indent) |
bool | Parse (const std::string &headerData) |
bool | ParseGenericHeader (const std::string &headerData) |
void | SetVectorNamePrefix (const std::string &prefix) |
void | SetNameDelimiter (char delim) |
Public Attributes | |
std::string | versionName |
int | variableNamesSize |
std::vector< std::string > | variableNames |
std::string | vectorNamePrefix = "amrexvec" |
char | nameDelim = '_' |
std::map< std::string, std::vector< int > > | parsedVariableNames |
std::map< std::string, std::vector< int > > | extraMultiFabParsedVarNames |
std::map< std::string, int > | extraMultiFabParsedVarMap |
int | dim |
double | time |
int | finestLevel |
std::vector< double > | problemDomainLoEnd |
std::vector< double > | problemDomainHiEnd |
std::vector< int > | refinementRatio |
std::vector< std::vector< std::vector< int > > > | levelDomains |
std::vector< int > | levelSteps |
std::vector< std::vector< double > > | cellSize |
int | geometryCoord |
int | magicZero |
std::vector< int > | levelSize |
std::vector< std::vector< std::vector< std::vector< double > > > > | levelCells |
std::vector< std::string > | levelPrefix |
std::vector< std::string > | multiFabPrefix |
int | extraMultiFabCount |
std::vector< int > | extraMultiFabVarTopology |
std::vector< std::vector< std::string > > | extraMultiFabPrefixes |
std::vector< std::vector< std::string > > | extraMultiFabVariables |
bool | debugHeader |
Definition at line 78 of file vtkAMReXGridReaderInternal.h.
vtkAMReXGridHeader::vtkAMReXGridHeader | ( | ) |
void vtkAMReXGridHeader::PrintSelf | ( | std::ostream & | os, |
vtkIndent | indent | ||
) |
void vtkAMReXGridHeader::PrintSelfGenericHeader | ( | std::ostream & | os, |
vtkIndent | indent | ||
) |
bool vtkAMReXGridHeader::Parse | ( | const std::string & | headerData | ) |
bool vtkAMReXGridHeader::ParseGenericHeader | ( | const std::string & | headerData | ) |
void vtkAMReXGridHeader::SetVectorNamePrefix | ( | const std::string & | prefix | ) |
void vtkAMReXGridHeader::SetNameDelimiter | ( | char | delim | ) |
std::string vtkAMReXGridHeader::versionName |
Definition at line 81 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::variableNamesSize |
Definition at line 82 of file vtkAMReXGridReaderInternal.h.
std::vector<std::string> vtkAMReXGridHeader::variableNames |
Definition at line 83 of file vtkAMReXGridReaderInternal.h.
std::string vtkAMReXGridHeader::vectorNamePrefix = "amrexvec" |
Definition at line 89 of file vtkAMReXGridReaderInternal.h.
char vtkAMReXGridHeader::nameDelim = '_' |
Definition at line 92 of file vtkAMReXGridReaderInternal.h.
std::map<std::string, std::vector<int> > vtkAMReXGridHeader::parsedVariableNames |
Definition at line 95 of file vtkAMReXGridReaderInternal.h.
std::map<std::string, std::vector<int> > vtkAMReXGridHeader::extraMultiFabParsedVarNames |
Definition at line 96 of file vtkAMReXGridReaderInternal.h.
std::map<std::string, int> vtkAMReXGridHeader::extraMultiFabParsedVarMap |
Definition at line 97 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::dim |
Definition at line 99 of file vtkAMReXGridReaderInternal.h.
double vtkAMReXGridHeader::time |
Definition at line 100 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::finestLevel |
Definition at line 101 of file vtkAMReXGridReaderInternal.h.
std::vector<double> vtkAMReXGridHeader::problemDomainLoEnd |
Definition at line 102 of file vtkAMReXGridReaderInternal.h.
std::vector<double> vtkAMReXGridHeader::problemDomainHiEnd |
Definition at line 103 of file vtkAMReXGridReaderInternal.h.
std::vector<int> vtkAMReXGridHeader::refinementRatio |
Definition at line 104 of file vtkAMReXGridReaderInternal.h.
std::vector<std::vector<std::vector<int> > > vtkAMReXGridHeader::levelDomains |
Definition at line 105 of file vtkAMReXGridReaderInternal.h.
std::vector<int> vtkAMReXGridHeader::levelSteps |
Definition at line 106 of file vtkAMReXGridReaderInternal.h.
std::vector<std::vector<double> > vtkAMReXGridHeader::cellSize |
Definition at line 107 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::geometryCoord |
Definition at line 108 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::magicZero |
Definition at line 109 of file vtkAMReXGridReaderInternal.h.
std::vector<int> vtkAMReXGridHeader::levelSize |
Definition at line 110 of file vtkAMReXGridReaderInternal.h.
std::vector<std::vector<std::vector<std::vector<double> > > > vtkAMReXGridHeader::levelCells |
Definition at line 111 of file vtkAMReXGridReaderInternal.h.
std::vector<std::string> vtkAMReXGridHeader::levelPrefix |
Definition at line 112 of file vtkAMReXGridReaderInternal.h.
std::vector<std::string> vtkAMReXGridHeader::multiFabPrefix |
Definition at line 113 of file vtkAMReXGridReaderInternal.h.
int vtkAMReXGridHeader::extraMultiFabCount |
Definition at line 116 of file vtkAMReXGridReaderInternal.h.
std::vector<int> vtkAMReXGridHeader::extraMultiFabVarTopology |
Definition at line 119 of file vtkAMReXGridReaderInternal.h.
std::vector<std::vector<std::string> > vtkAMReXGridHeader::extraMultiFabPrefixes |
Definition at line 121 of file vtkAMReXGridReaderInternal.h.
std::vector<std::vector<std::string> > vtkAMReXGridHeader::extraMultiFabVariables |
Definition at line 123 of file vtkAMReXGridReaderInternal.h.
bool vtkAMReXGridHeader::debugHeader |
Definition at line 125 of file vtkAMReXGridReaderInternal.h.