RectangleGuideVtk Class Reference

#include <vtk3DQuantSurfaceWidget.h>

List of all members.

Public Member Functions

 RectangleGuideVtk ()
 ~RectangleGuideVtk ()

Public Attributes

bool _showActor
vtkActor * _actor
vtkPoints * _points
vtkPolyLine * _poly_line
vtkDataSetMapper * _mapper
vtkUnstructuredGrid * _grid
int _iSlice

Detailed Description

Definition at line 37 of file vtk3DQuantSurfaceWidget.h.


Constructor & Destructor Documentation

RectangleGuideVtk::RectangleGuideVtk (  ) 

Definition at line 28 of file vtk3DQuantSurfaceWidget.cxx.

References _actor, _grid, _iSlice, _mapper, _points, _poly_line, and _showActor.

00028                                     {
00029   _showActor    = false;
00030   _grid                 = NULL; 
00031   _actor                = NULL;
00032   _points               = NULL;
00033   _mapper               = NULL;
00034   _poly_line    = NULL;
00035   _iSlice               = -1;
00036 }

RectangleGuideVtk::~RectangleGuideVtk (  ) 

Definition at line 38 of file vtk3DQuantSurfaceWidget.cxx.

References _actor, _grid, _mapper, _points, and _poly_line.

00038                                      {
00039   if( _grid              )      _grid->Delete();
00040   if( _actor     )      _actor->Delete();
00041   if( _points    )      _points->Delete();
00042   if( _mapper    )      _mapper->Delete();
00043   if( _poly_line )      _poly_line->Delete();
00044 }


Member Data Documentation

vtkUnstructuredGrid* RectangleGuideVtk::_grid
vtkDataSetMapper* RectangleGuideVtk::_mapper

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

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1