#include <vtkXdmfReaderInternal.h>
Definition at line 64 of file vtkXdmfReaderInternal.h.
◆ vtkXdmfDocument()
| vtkXdmfDocument::vtkXdmfDocument |
( |
| ) |
|
◆ ~vtkXdmfDocument()
| vtkXdmfDocument::~vtkXdmfDocument |
( |
| ) |
|
◆ Parse()
| 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.
◆ ParseString()
| bool vtkXdmfDocument::ParseString |
( |
const char * |
xmfdata, |
|
|
size_t |
length |
|
) |
| |
◆ GetDomains()
| const std::vector<std::string>& vtkXdmfDocument::GetDomains |
( |
| ) |
|
|
inline |
◆ SetActiveDomain() [1/2]
| 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.
◆ SetActiveDomain() [2/2]
| bool vtkXdmfDocument::SetActiveDomain |
( |
int |
index | ) |
|
◆ GetActiveDomain()
The documentation for this class was generated from the following file: