VTK
|
Internal representation of vtkGraph. More...
#include <vtkGraphInternals.h>
Internal representation of vtkGraph.
This is the internal representation of vtkGraph, used only in rare cases where one must modify that representation.
Definition at line 51 of file vtkGraphInternals.h.
Reimplemented from vtkObject.
Definition at line 56 of file vtkGraphInternals.h.
vtkGraphInternals::vtkGraphInternals | ( | ) | [protected] |
vtkGraphInternals::~vtkGraphInternals | ( | ) | [protected] |
static vtkGraphInternals* vtkGraphInternals::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkGraphInternals::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkGraphInternals::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkGraphInternals* vtkGraphInternals::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkGraphInternals::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
vtkGraphInternals* vtkGraphInternals::NewInstance | ( | ) | const |
Reimplemented from vtkObject.
void vtkGraphInternals::RemoveEdgeFromOutList | ( | vtkIdType | e, |
vtksys_stl::vector< vtkOutEdgeType > & | outEdges | ||
) |
Convenience method for removing an edge from an out edge list.
void vtkGraphInternals::RemoveEdgeFromInList | ( | vtkIdType | e, |
vtksys_stl::vector< vtkInEdgeType > & | inEdges | ||
) |
Convenience method for removing an edge from an in edge list.
void vtkGraphInternals::ReplaceEdgeFromOutList | ( | vtkIdType | from, |
vtkIdType | to, | ||
vtksys_stl::vector< vtkOutEdgeType > & | outEdges | ||
) |
Convenience method for renaming an edge in an out edge list.
void vtkGraphInternals::ReplaceEdgeFromInList | ( | vtkIdType | from, |
vtkIdType | to, | ||
vtksys_stl::vector< vtkInEdgeType > & | inEdges | ||
) |
Convenience method for renaming an edge in an in edge list.
vtksys_stl::vector<vtkVertexAdjacencyList> vtkGraphInternals::Adjacency |
Definition at line 56 of file vtkGraphInternals.h.
Definition at line 59 of file vtkGraphInternals.h.
Definition at line 61 of file vtkGraphInternals.h.
Definition at line 62 of file vtkGraphInternals.h.
Definition at line 63 of file vtkGraphInternals.h.
Definition at line 70 of file vtkGraphInternals.h.