#include <vtkGraphInternals.h>
This is the internal representation of vtkGraph, used only in rare cases where one must modify that representation.
Definition at line 53 of file vtkGraphInternals.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static vtkGraphInternals * | New () |
static int | IsTypeOf (const char *type) |
static vtkGraphInternals * | SafeDownCast (vtkObject *o) |
Public Attributes | |
vtksys_stl::vector < vtkVertexAdjacencyList > | Adjacency |
vtkIdType | NumberOfEdges |
vtkIdType | LastRemoteEdgeId |
vtkIdType | LastRemoteEdgeSource |
vtkIdType | LastRemoteEdgeTarget |
bool | UsingPedigreeIds |
Protected Member Functions | |
vtkGraphInternals () | |
~vtkGraphInternals () |
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.
virtual const char* vtkGraphInternals::GetClassName | ( | ) | [virtual] |
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkGraphInternals* vtkGraphInternals::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
vtksys_stl::vector<vtkVertexAdjacencyList> vtkGraphInternals::Adjacency |
Definition at line 58 of file vtkGraphInternals.h.
Definition at line 61 of file vtkGraphInternals.h.
Definition at line 63 of file vtkGraphInternals.h.
Definition at line 64 of file vtkGraphInternals.h.
Definition at line 65 of file vtkGraphInternals.h.
Definition at line 72 of file vtkGraphInternals.h.