A directory tree structure holding ADIOS data.
More...
#include <vtkADIOSDirTree.h>
A directory tree structure holding ADIOS data.
Definition at line 35 of file vtkADIOSDirTree.h.
◆ vtkADIOSDirTree() [1/2]
vtkADIOSDirTree::vtkADIOSDirTree |
( |
const std::string & |
name | ) |
|
◆ vtkADIOSDirTree() [2/2]
◆ ~vtkADIOSDirTree()
vtkADIOSDirTree::~vtkADIOSDirTree |
( |
| ) |
|
◆ GetName()
const std::string& vtkADIOSDirTree::GetName |
( |
void |
| ) |
const |
|
inline |
◆ PrintSelf()
void vtkADIOSDirTree::PrintSelf |
( |
std::ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| const |
◆ GetDir()
const vtkADIOSDirTree* vtkADIOSDirTree::GetDir |
( |
const std::string & |
dirName | ) |
const |
◆ GetScalar()
const ADIOS::Scalar* vtkADIOSDirTree::GetScalar |
( |
const std::string & |
varName | ) |
const |
Access variables by name.
◆ GetArray()
const ADIOS::VarInfo* vtkADIOSDirTree::GetArray |
( |
const std::string & |
varName | ) |
const |
◆ GetScalars()
void vtkADIOSDirTree::GetScalars |
( |
std::vector< const ADIOS::Scalar * > & |
vars | ) |
const |
Access variables all at once.
◆ GetArrays()
void vtkADIOSDirTree::GetArrays |
( |
std::vector< const ADIOS::VarInfo * > & |
vars | ) |
const |
The documentation for this class was generated from the following file: