ParaView
vtkXdmfDocument Class Reference

#include <vtkXdmfReaderInternal.h>

List of all members.

Public Member Functions

bool Parse (const char *xmffilename)
bool ParseString (const char *xmfdata, size_t length)
const std::vector< std::string > & GetDomains ()
bool SetActiveDomain (const char *domainname)
bool SetActiveDomain (int index)
vtkXdmfDomainGetActiveDomain ()
 vtkXdmfDocument ()
 ~vtkXdmfDocument ()

Detailed Description

Definition at line 56 of file vtkXdmfReaderInternal.h.


Constructor & Destructor Documentation

vtkXdmfDocument::vtkXdmfDocument ( )

Constructor/Destructor

vtkXdmfDocument::~vtkXdmfDocument ( )

Constructor/Destructor


Member Function Documentation

bool vtkXdmfDocument::Parse ( const char *  xmffilename)

Parse an xmf file (or string). Both these methods use caching hence calling these methods repeatedly with the same argument will NOT result in re-parsing of the xmf.

bool vtkXdmfDocument::ParseString ( const char *  xmfdata,
size_t  length 
)

Parse an xmf file (or string). Both these methods use caching hence calling these methods repeatedly with the same argument will NOT result in re-parsing of the xmf.

const std::vector<std::string>& vtkXdmfDocument::GetDomains ( ) [inline]

Returns the names for available domains.

Definition at line 71 of file vtkXdmfReaderInternal.h.

bool vtkXdmfDocument::SetActiveDomain ( const char *  domainname)

Set the active domain. This will result in processing of the domain xmf if the selected domain is different from the active one.

bool vtkXdmfDocument::SetActiveDomain ( int  index)

Set the active domain. This will result in processing of the domain xmf if the selected domain is different from the active one.

vtkXdmfDomain* vtkXdmfDocument::GetActiveDomain ( ) [inline]

Returns the active domain.

Definition at line 86 of file vtkXdmfReaderInternal.h.


The documentation for this class was generated from the following file: