VTK  9.3.20240418
Public Member Functions | List of all members
vtkXdmfDocument Class Reference

#include <vtkXdmfReaderInternal.h>

Public Member Functions

const std::vector< std::string > & GetDomains ()
 Returns the names for available domains. More...
 
vtkXdmfDomainGetActiveDomain ()
 Returns the active domain. More...
 
bool Parse (const char *xmffilename)
 Parse an xmf file (or string). More...
 
bool ParseString (const char *xmfdata, size_t length)
 Parse an xmf file (or string). More...
 
bool SetActiveDomain (const char *domainname)
 Set the active domain. More...
 
bool SetActiveDomain (int index)
 Set the active domain. More...
 
 vtkXdmfDocument ()
 Constructor/Destructor. More...
 
 ~vtkXdmfDocument ()
 Constructor/Destructor. More...
 

Detailed Description

Definition at line 53 of file vtkXdmfReaderInternal.h.

Constructor & Destructor Documentation

◆ vtkXdmfDocument()

vtkXdmfDocument::vtkXdmfDocument ( )

Constructor/Destructor.

◆ ~vtkXdmfDocument()

vtkXdmfDocument::~vtkXdmfDocument ( )

Constructor/Destructor.

Member Function Documentation

◆ 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 
)

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.

◆ GetDomains()

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

Returns the names for available domains.

Definition at line 71 of file vtkXdmfReaderInternal.h.

◆ 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)

Set the active domain.

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

◆ GetActiveDomain()

vtkXdmfDomain* vtkXdmfDocument::GetActiveDomain ( )
inline

Returns the active domain.

Definition at line 87 of file vtkXdmfReaderInternal.h.


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