Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkBlankStructuredGrid.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkBlankStructuredGrid.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00035 #ifndef __vtkBlankStructuredGrid_h
00036 #define __vtkBlankStructuredGrid_h
00037 
00038 #include "vtkStructuredGridAlgorithm.h"
00039 
00040 class VTK_GRAPHICS_EXPORT vtkBlankStructuredGrid : public vtkStructuredGridAlgorithm
00041 {
00042 public:
00043   static vtkBlankStructuredGrid *New();
00044   vtkTypeRevisionMacro(vtkBlankStructuredGrid,vtkStructuredGridAlgorithm);
00045   void PrintSelf(ostream& os, vtkIndent indent);
00046 
00048 
00050   vtkSetMacro(MinBlankingValue,double);
00051   vtkGetMacro(MinBlankingValue,double);
00053 
00055 
00057   vtkSetMacro(MaxBlankingValue,double);
00058   vtkGetMacro(MaxBlankingValue,double);
00060 
00062 
00065   vtkSetStringMacro(ArrayName);
00066   vtkGetStringMacro(ArrayName);
00068 
00070 
00073   vtkSetMacro(ArrayId,int);
00074   vtkGetMacro(ArrayId,int);
00076 
00078 
00080   vtkSetClampMacro(Component,int,0,VTK_LARGE_INTEGER);
00081   vtkGetMacro(Component,int);
00083 
00084 protected:
00085   vtkBlankStructuredGrid();
00086   ~vtkBlankStructuredGrid();
00087 
00088   virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
00089   
00090   double MinBlankingValue;
00091   double MaxBlankingValue;
00092   char  *ArrayName;
00093   int   ArrayId;
00094   int   Component;
00095   
00096 private:
00097   vtkBlankStructuredGrid(const vtkBlankStructuredGrid&);  // Not implemented.
00098   void operator=(const vtkBlankStructuredGrid&);  // Not implemented.
00099 };
00100 
00101 #endif

Generated on Mon Jan 21 23:07:24 2008 for VTK by  doxygen 1.4.3-20050530