VTK
vtkDataSetMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetMapper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
32 #ifndef vtkDataSetMapper_h
33 #define vtkDataSetMapper_h
34 
35 #include "vtkRenderingCoreModule.h" // For export macro
36 #include "vtkMapper.h"
37 
38 class vtkPolyDataMapper;
40 
42 {
43 public:
44  static vtkDataSetMapper *New();
46  void PrintSelf(ostream& os, vtkIndent indent);
47  void Render(vtkRenderer *ren, vtkActor *act);
48 
50 
54 
59 
61  unsigned long GetMTime();
62 
64 
68 
69 protected:
72 
75 
77 
78  // see algorithm for more info
80 
81 private:
82  vtkDataSetMapper(const vtkDataSetMapper&); // Not implemented.
83  void operator=(const vtkDataSetMapper&); // Not implemented.
84 };
85 
86 #endif
vtkPolyDataMapper
map vtkPolyData to graphics primitives
Definition: vtkPolyDataMapper.h:42
vtkDataSetMapper::SetInputData
void SetInputData(vtkDataSet *input)
vtkDataSetMapper::GetInput
vtkDataSet * GetInput()
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkDataSetMapper::PolyDataMapper
vtkPolyDataMapper * PolyDataMapper
Definition: vtkDataSetMapper.h:74
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkWindow
window superclass for vtkRenderWindow
Definition: vtkWindow.h:34
vtkMapper.h
vtkDataSetSurfaceFilter
Extracts outer (polygonal) surface.
Definition: vtkDataSetSurfaceFilter.h:57
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkDataSetMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkMapper
abstract class specifies interface to map data to graphics primitives
Definition: vtkMapper.h:90
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkRenderingCoreModule.h
vtkDataSetMapper::~vtkDataSetMapper
~vtkDataSetMapper()
vtkDataSetMapper::vtkDataSetMapper
vtkDataSetMapper()
vtkGarbageCollector
Detect and break reference loops.
Definition: vtkGarbageCollector.h:99
vtkDataSetMapper::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkDataSetMapper::GetMTime
unsigned long GetMTime()
vtkDataSetMapper::Render
void Render(vtkRenderer *ren, vtkActor *act)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkDataSetMapper::ReportReferences
virtual void ReportReferences(vtkGarbageCollector *)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkDataSetMapper::GeometryExtractor
vtkDataSetSurfaceFilter * GeometryExtractor
Definition: vtkDataSetMapper.h:73
vtkDataSetMapper::ReleaseGraphicsResources
void ReleaseGraphicsResources(vtkWindow *)
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
VTKRENDERINGCORE_EXPORT
#define VTKRENDERINGCORE_EXPORT
Definition: vtkRenderingCoreModule.h:15
vtkDataSetMapper::New
static vtkDataSetMapper * New()
vtkDataSetMapper
map vtkDataSet and derived classes to graphics primitives
Definition: vtkDataSetMapper.h:42