A directory tree structure holding ADIOS data.
More...
#include <vtkADIOSDirTree.h>
A directory tree structure holding ADIOS data.
Definition at line 32 of file vtkADIOSDirTree.h.
§ vtkADIOSDirTree() [1/2]
vtkADIOSDirTree::vtkADIOSDirTree |
( |
const std::string & |
name | ) |
|
§ vtkADIOSDirTree() [2/2]
vtkADIOSDirTree::vtkADIOSDirTree |
( |
const ADIOS::Reader & |
reader | ) |
|
§ ~vtkADIOSDirTree()
vtkADIOSDirTree::~vtkADIOSDirTree |
( |
| ) |
|
§ GetName()
const std::string& vtkADIOSDirTree::GetName |
( |
| ) |
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 |
§ 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 |
Access variables all at once
The documentation for this class was generated from the following file: