VTK
9.1.0
|
#include <vtkXdmfReaderInternal.h>
Public Member Functions | |
const std::vector< std::string > & | GetDomains () |
Returns the names for available domains. | |
vtkXdmfDomain * | GetActiveDomain () |
Returns the active domain. | |
bool | Parse (const char *xmffilename) |
Parse an xmf file (or string). | |
bool | ParseString (const char *xmfdata, size_t length) |
Parse an xmf file (or string). | |
bool | SetActiveDomain (const char *domainname) |
Set the active domain. | |
bool | SetActiveDomain (int index) |
Set the active domain. | |
vtkXdmfDocument () | |
Constructor/Destructor. | |
~vtkXdmfDocument () | |
Constructor/Destructor. | |
Definition at line 66 of file vtkXdmfReaderInternal.h.
vtkXdmfDocument::vtkXdmfDocument | ( | ) |
Constructor/Destructor.
vtkXdmfDocument::~vtkXdmfDocument | ( | ) |
Constructor/Destructor.
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.
|
inline |
Returns the names for available domains.
Definition at line 84 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.
|
inline |
Returns the active domain.
Definition at line 100 of file vtkXdmfReaderInternal.h.