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=========================================================================*/
33#ifndef vtkDataSetMapper_h
34#define vtkDataSetMapper_h
35
36#include "vtkRenderingCoreModule.h" // For export macro
37#include "vtkMapper.h"
38
41
42class VTKRENDERINGCORE_EXPORT vtkDataSetMapper : public vtkMapper
43{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent);
48 void Render(vtkRenderer *ren, vtkActor *act);
49
51
54 vtkGetObjectMacro(PolyDataMapper, vtkPolyDataMapper);
56
63
68
70
76
77protected:
80
83
85
86 // see algorithm for more info
88
89private:
90 vtkDataSetMapper(const vtkDataSetMapper&) VTK_DELETE_FUNCTION;
91 void operator=(const vtkDataSetMapper&) VTK_DELETE_FUNCTION;
92};
93
94#endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:52
map vtkDataSet and derived classes to graphics primitives
void ReportReferences(vtkGarbageCollector *) override
vtkDataSetSurfaceFilter * GeometryExtractor
void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this mapper.
void Render(vtkRenderer *ren, vtkActor *act)
Method initiates the mapping process.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkPolyDataMapper * PolyDataMapper
static vtkDataSetMapper * New()
vtkDataSet * GetInput()
void SetInputData(vtkDataSet *input)
Set the Input of this mapper.
vtkMTimeType GetMTime()
Get the mtime also considering the lookup table.
Extracts outer (polygonal) surface.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:63
Detect and break reference loops.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store vtkAlgorithm input/output information.
abstract class specifies interface to map data to graphics primitives
Definition: vtkMapper.h:92
map vtkPolyData to graphics primitives
abstract specification for renderers
Definition: vtkRenderer.h:64
window superclass for vtkRenderWindow
Definition: vtkWindow.h:35
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248