11#ifndef vtkTestNewVar_h 
   12#define vtkTestNewVar_h 
   17VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Allocate and hold a VTK object.
 
abstract base class for most VTK objects
 
represent and manipulate 2D points
 
Tests instantiations of the vtkNew class template.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkTestNewVar() override
 
static vtkTestNewVar * New()
 
vtkIdType GetPointsRefCount()
Get the reference count for the points object.
 
vtkObject * GetPoints2()
This is just for testing - return the points as a vtkObject so that it can be assigned to a vtkSmartP...
 
vtkObject * GetPoints()
This is just for testing - return the points as a vtkObject so that it can be assigned to a vtkSmartP...
 
vtkNew< vtkPoints2D > Points