| 
    VTK
   
    
   
   | 
  
  
  
 
#include <vtkTestNewVar.h>


Public Types | |
| typedef vtkObject | Superclass | 
Public Member Functions | |
| virtual int | IsA (const char *type) | 
| vtkTestNewVar * | NewInstance () const | 
| void | PrintSelf (ostream &os, vtkIndent indent) | 
| vtkIdType | GetPointsRefCount () | 
| vtkObject * | GetPoints () | 
Static Public Member Functions | |
| static vtkTestNewVar * | New () | 
| static int | IsTypeOf (const char *type) | 
| static vtkTestNewVar * | SafeDownCast (vtkObjectBase *o) | 
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const | 
| vtkTestNewVar () | |
| ~vtkTestNewVar () | |
Protected Attributes | |
| vtkNew< vtkPoints2D > | Points | 
Definition at line 28 of file vtkTestNewVar.h.
| typedef vtkObject vtkTestNewVar::Superclass | 
Reimplemented from vtkObject.
Definition at line 33 of file vtkTestNewVar.h.
| vtkTestNewVar::vtkTestNewVar | ( | ) |  [protected] | 
        
| vtkTestNewVar::~vtkTestNewVar | ( | ) |  [protected] | 
        
| 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.
| static vtkTestNewVar* vtkTestNewVar::SafeDownCast | ( | vtkObjectBase * | o | ) |  [static] | 
        
Reimplemented from vtkObject.
| virtual vtkObjectBase* vtkTestNewVar::NewInstanceInternal | ( | ) |  const [protected, virtual] | 
        
Reimplemented from vtkObject.
| vtkTestNewVar* vtkTestNewVar::NewInstance | ( | ) | const | 
Reimplemented from vtkObject.
| void vtkTestNewVar::PrintSelf | ( | ostream & | os, | 
| vtkIndent | indent | ||
| ) |  [virtual] | 
        
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.
vtkNew<vtkPoints2D> vtkTestNewVar::Points [protected] | 
        
Definition at line 48 of file vtkTestNewVar.h.
 1.8.0