VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkTestNewVar Class Reference

#include <vtkTestNewVar.h>

Inheritance diagram for vtkTestNewVar:
Inheritance graph
[legend]
Collaboration diagram for vtkTestNewVar:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkTestNewVarNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkIdType GetPointsRefCount ()
vtkObjectGetPoints ()

Static Public Member Functions

static vtkTestNewVarNew ()
static int IsTypeOf (const char *type)
static vtkTestNewVarSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkTestNewVar ()
 ~vtkTestNewVar ()

Protected Attributes

vtkNew< vtkPoints2DPoints

Detailed Description

Definition at line 28 of file vtkTestNewVar.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 33 of file vtkTestNewVar.h.


Constructor & Destructor Documentation


Member Function Documentation

static vtkTestNewVar* vtkTestNewVar::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkTestNewVar::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 vtkTestNewVar::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.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkTestNewVar::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented from vtkObject.

void vtkTestNewVar::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

Get the reference count for the points object.

This is just for testing - return the points as a vtkObject so that it can be assigned to a vtkSmartPointer without including the vtkPoints2D header and defeating part of the point of the test.


Member Data Documentation

Definition at line 48 of file vtkTestNewVar.h.


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