vtkGraphInternals Class Reference

#include <vtkGraphInternals.h>

Inheritance diagram for vtkGraphInternals:

Inheritance graph
[legend]
Collaboration diagram for vtkGraphInternals:

Collaboration graph
[legend]

List of all members.


Detailed Description

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 50 of file vtkGraphInternals.h.


Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void RemoveEdgeFromOutList (vtkIdType e, vtksys_stl::vector< vtkOutEdgeType > &outEdges)
void RemoveEdgeFromInList (vtkIdType e, vtksys_stl::vector< vtkInEdgeType > &inEdges)
void ReplaceEdgeFromOutList (vtkIdType from, vtkIdType to, vtksys_stl::vector< vtkOutEdgeType > &outEdges)
void ReplaceEdgeFromInList (vtkIdType from, vtkIdType to, vtksys_stl::vector< vtkInEdgeType > &inEdges)

Static Public Member Functions

static vtkGraphInternalsNew ()
static int IsTypeOf (const char *type)
static vtkGraphInternalsSafeDownCast (vtkObject *o)

Public Attributes

vtksys_stl::vector
< vtkVertexAdjacencyList
Adjacency
vtkIdType NumberOfEdges
vtkIdType LastRemoteEdgeId
vtkIdType LastRemoteEdgeSource
vtkIdType LastRemoteEdgeTarget
bool UsingPedigreeIds

Protected Member Functions

 vtkGraphInternals ()
 ~vtkGraphInternals ()

Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 55 of file vtkGraphInternals.h.


Constructor & Destructor Documentation

vtkGraphInternals::vtkGraphInternals (  )  [protected]

vtkGraphInternals::~vtkGraphInternals (  )  [protected]


Member Function Documentation

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 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 ( vtkObject o  )  [static]

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.


Member Data Documentation

Definition at line 55 of file vtkGraphInternals.h.

Definition at line 58 of file vtkGraphInternals.h.

Definition at line 60 of file vtkGraphInternals.h.

Definition at line 61 of file vtkGraphInternals.h.

Definition at line 62 of file vtkGraphInternals.h.

Definition at line 69 of file vtkGraphInternals.h.


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

Generated on Mon Sep 27 18:26:14 2010 for VTK by  doxygen 1.5.6