VTK
9.1.0
|
helper to allow block selection More...
#include <vtkXdmf3SILBuilder.h>
Public Member Functions | |
void | Initialize () |
Initializes the data-structures. | |
bool | IsMaxedOut () |
vtkXdmf3SILBuilder () | |
~vtkXdmf3SILBuilder () | |
vtkXdmf3SILBuilder (const vtkXdmf3SILBuilder &)=delete | |
vtkIdType | AddVertex (const char *name) |
Add vertex, child-edge or cross-edge to the graph. | |
vtkIdType | AddChildEdge (vtkIdType parent, vtkIdType child) |
Add vertex, child-edge or cross-edge to the graph. | |
vtkIdType | AddCrossEdge (vtkIdType src, vtkIdType dst) |
Add vertex, child-edge or cross-edge to the graph. | |
vtkIdType | GetRootVertex () |
Returns the vertex id for the root vertex. | |
vtkIdType | GetBlocksRoot () |
Returns the vertex id for the root vertex. | |
vtkIdType | GetHierarchyRoot () |
Returns the vertex id for the root vertex. | |
helper to allow block selection
vtkXdmf3Reader uses this to build up a datastructure that represents block trees that correspond to the file. ParaView builds a GUI from that to let the user select from the various block and types of blocks that should or should not be loaded.
This file is a helper for the vtkXdmf3Reader and vtkXdmf3Writer and not intended to be part of VTK public API
Definition at line 39 of file vtkXdmf3SILBuilder.h.
vtkXdmf3SILBuilder::vtkXdmf3SILBuilder | ( | ) |
vtkXdmf3SILBuilder::~vtkXdmf3SILBuilder | ( | ) |
|
delete |
void vtkXdmf3SILBuilder::Initialize | ( | ) |
Initializes the data-structures.
vtkIdType vtkXdmf3SILBuilder::AddVertex | ( | const char * | name | ) |
Add vertex, child-edge or cross-edge to the graph.
Add vertex, child-edge or cross-edge to the graph.
Add vertex, child-edge or cross-edge to the graph.
vtkIdType vtkXdmf3SILBuilder::GetRootVertex | ( | ) |
Returns the vertex id for the root vertex.
vtkIdType vtkXdmf3SILBuilder::GetBlocksRoot | ( | ) |
Returns the vertex id for the root vertex.
vtkIdType vtkXdmf3SILBuilder::GetHierarchyRoot | ( | ) |
Returns the vertex id for the root vertex.
bool vtkXdmf3SILBuilder::IsMaxedOut | ( | ) |
vtkStringArray* vtkXdmf3SILBuilder::NamesArray |
Definition at line 42 of file vtkXdmf3SILBuilder.h.
vtkUnsignedCharArray* vtkXdmf3SILBuilder::CrossEdgesArray |
Definition at line 43 of file vtkXdmf3SILBuilder.h.
vtkMutableDirectedGraph* vtkXdmf3SILBuilder::SIL |
Definition at line 44 of file vtkXdmf3SILBuilder.h.
vtkIdType vtkXdmf3SILBuilder::RootVertex |
Definition at line 45 of file vtkXdmf3SILBuilder.h.
vtkIdType vtkXdmf3SILBuilder::BlocksRoot |
Definition at line 46 of file vtkXdmf3SILBuilder.h.
vtkIdType vtkXdmf3SILBuilder::HierarchyRoot |
Definition at line 47 of file vtkXdmf3SILBuilder.h.
vtkIdType vtkXdmf3SILBuilder::VertexCount |
Definition at line 48 of file vtkXdmf3SILBuilder.h.