VTK
Public Member Functions | Public Attributes
vtkXdmf3SILBuilder Class Reference

helper to allow block selection More...

#include <vtkXdmf3SILBuilder.h>

Collaboration diagram for vtkXdmf3SILBuilder:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Initialize ()
bool IsMaxedOut ()
 vtkXdmf3SILBuilder ()
 ~vtkXdmf3SILBuilder ()
vtkIdType AddVertex (const char *name)
vtkIdType AddChildEdge (vtkIdType parent, vtkIdType child)
vtkIdType AddCrossEdge (vtkIdType src, vtkIdType dst)
vtkIdType GetRootVertex ()
vtkIdType GetBlocksRoot ()
vtkIdType GetHierarchyRoot ()

Public Attributes

vtkStringArrayNamesArray
vtkUnsignedCharArrayCrossEdgesArray
vtkMutableDirectedGraphSIL
vtkIdType RootVertex
vtkIdType BlocksRoot
vtkIdType HierarchyRoot
vtkIdType VertexCount

Detailed Description

helper to allow block selection

$Date$ $Revision$

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 VTK-HeaderTest-Exclude: vtkXdmf3SILBuilder.h

Definition at line 42 of file vtkXdmf3SILBuilder.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Returns the vertex id for the root vertex.

Returns the vertex id for the root vertex.

Returns the vertex id for the root vertex.


Member Data Documentation

Definition at line 45 of file vtkXdmf3SILBuilder.h.

Definition at line 46 of file vtkXdmf3SILBuilder.h.

Definition at line 47 of file vtkXdmf3SILBuilder.h.

Definition at line 48 of file vtkXdmf3SILBuilder.h.

Definition at line 49 of file vtkXdmf3SILBuilder.h.

Definition at line 50 of file vtkXdmf3SILBuilder.h.

Definition at line 51 of file vtkXdmf3SILBuilder.h.


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