VTK
Public Member Functions | List of all members
vtkADIOSDirTree Class Reference

A directory tree structure holding ADIOS data. More...

#include <vtkADIOSDirTree.h>

Public Member Functions

 vtkADIOSDirTree (const std::string &name)
 
 vtkADIOSDirTree (const ADIOS::Reader &reader)
 
 ~vtkADIOSDirTree ()
 
const std::string & GetName () const
 
void PrintSelf (std::ostream &os, vtkIndent indent) const
 
const vtkADIOSDirTreeGetDir (const std::string &dirName) const
 
const ADIOS::Scalar * GetScalar (const std::string &varName) const
 
const ADIOS::VarInfo * GetArray (const std::string &varName) const
 
void GetScalars (std::vector< const ADIOS::Scalar * > &vars) const
 
void GetArrays (std::vector< const ADIOS::VarInfo * > &vars) const
 

Detailed Description

A directory tree structure holding ADIOS data.

Definition at line 32 of file vtkADIOSDirTree.h.

Constructor & Destructor Documentation

vtkADIOSDirTree::vtkADIOSDirTree ( const std::string &  name)
vtkADIOSDirTree::vtkADIOSDirTree ( const ADIOS::Reader &  reader)
vtkADIOSDirTree::~vtkADIOSDirTree ( )

Member Function Documentation

const std::string& vtkADIOSDirTree::GetName ( ) const
inline

Definition at line 39 of file vtkADIOSDirTree.h.

void vtkADIOSDirTree::PrintSelf ( std::ostream &  os,
vtkIndent  indent 
) const
const vtkADIOSDirTree* vtkADIOSDirTree::GetDir ( const std::string &  dirName) const

Access a subdirectory

const ADIOS::Scalar* vtkADIOSDirTree::GetScalar ( const std::string &  varName) const

Access variables by name

const ADIOS::VarInfo* vtkADIOSDirTree::GetArray ( const std::string &  varName) const

Access variables by name

void vtkADIOSDirTree::GetScalars ( std::vector< const ADIOS::Scalar * > &  vars) const

Access variables all at once

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: