VTK-m
2.0
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
g
v
Variables
Typedefs
Macros
b
c
d
e
i
k
m
n
p
q
r
s
t
u
v
x
z
vtkm
rendering
MapperConnectivity.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
#ifndef vtk_m_rendering_MapperConnectivity_h
11
#define vtk_m_rendering_MapperConnectivity_h
12
13
#include <
vtkm/cont/ColorTable.h
>
14
#include <
vtkm/rendering/CanvasRayTracer.h
>
15
#include <
vtkm/rendering/Mapper.h
>
16
#include <
vtkm/rendering/View.h
>
17
18
namespace
vtkm
19
{
20
namespace
rendering
21
{
22
23
class
VTKM_RENDERING_EXPORT
MapperConnectivity
:
public
Mapper
24
{
25
public
:
26
MapperConnectivity
();
27
28
~
MapperConnectivity
();
29
void
SetSampleDistance(
const
vtkm::Float32
&);
30
void
SetCanvas(
vtkm::rendering::Canvas
* canvas)
override
;
31
virtual
vtkm::rendering::Canvas
* GetCanvas()
const override
;
32
33
virtual
void
RenderCells(
const
vtkm::cont::UnknownCellSet
& cellset,
34
const
vtkm::cont::CoordinateSystem
& coords,
35
const
vtkm::cont::Field
& scalarField,
36
const
vtkm::cont::ColorTable
&,
//colorTable
37
const
vtkm::rendering::Camera
& camera,
38
const
vtkm::Range
& scalarRange)
override
;
39
40
vtkm::rendering::Mapper
* NewCopy()
const override
;
41
void
CreateDefaultView();
42
43
protected
:
44
vtkm::Float32
SampleDistance
;
45
CanvasRayTracer
*
CanvasRT
;
46
};
47
}
48
}
//namespace vtkm::rendering
49
#endif //vtk_m_rendering_SceneRendererVolume_h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::cont::ColorTable
Color Table for coloring arbitrary fields.
Definition:
cont/ColorTable.h:89
CanvasRayTracer.h
vtkm::cont::UnknownCellSet
A CellSet of an unknown type.
Definition:
UnknownCellSet.h:48
ColorTable.h
vtkm::cont::CoordinateSystem
Definition:
CoordinateSystem.h:25
vtkm::rendering::Mapper
Definition:
Mapper.h:24
vtkm::rendering::MapperConnectivity
Definition:
MapperConnectivity.h:23
vtkm::rendering::Canvas
Definition:
Canvas.h:34
vtkm::cont::Field
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition:
cont/Field.h:31
vtkm::rendering::MapperConnectivity::SampleDistance
vtkm::Float32 SampleDistance
Definition:
MapperConnectivity.h:44
vtkm::rendering::MapperConnectivity::CanvasRT
CanvasRayTracer * CanvasRT
Definition:
MapperConnectivity.h:45
vtkm::Float32
float Float32
Definition:
Types.h:154
vtkm::rendering::CanvasRayTracer
Definition:
CanvasRayTracer.h:23
vtkm::rendering::Camera
Definition:
Camera.h:28
Mapper.h
View.h
vtkm::Range
Represent a continuous scalar range of values.
Definition:
Range.h:31
Generated by
1.8.17