Viskores  1.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
viskores::rendering::MapperConnectivity Class Reference

#include <MapperConnectivity.h>

Inheritance diagram for viskores::rendering::MapperConnectivity:
viskores::rendering::Mapper

Public Member Functions

 MapperConnectivity ()
 
 ~MapperConnectivity ()
 
void SetSampleDistance (const viskores::Float32 &)
 
void SetCanvas (viskores::rendering::Canvas *canvas) override
 
virtual viskores::rendering::CanvasGetCanvas () const override
 
viskores::rendering::MapperNewCopy () const override
 
void CreateDefaultView ()
 
- Public Member Functions inherited from viskores::rendering::Mapper
 Mapper ()
 
virtual ~Mapper ()
 
virtual void RenderCells (const viskores::cont::UnknownCellSet &cellset, const viskores::cont::CoordinateSystem &coords, const viskores::cont::Field &scalarField, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange)
 
void RenderCells (const viskores::cont::UnknownCellSet &cellset, const viskores::cont::CoordinateSystem &coords, const viskores::cont::Field &scalarField, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange, const viskores::cont::Field &ghostField)
 
virtual void RenderCellsPartitioned (const viskores::cont::PartitionedDataSet partitionedData, const std::string fieldName, const viskores::cont::ColorTable &colorTable, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange)
 
virtual void SetActiveColorTable (const viskores::cont::ColorTable &ct)
 
virtual void SetLogarithmX (bool l)
 
virtual void SetLogarithmY (bool l)
 

Protected Member Functions

virtual void RenderCellsImpl (const viskores::cont::UnknownCellSet &cellset, const viskores::cont::CoordinateSystem &coords, const viskores::cont::Field &scalarField, const viskores::cont::ColorTable &, const viskores::rendering::Camera &camera, const viskores::Range &scalarRange, const viskores::cont::Field &ghostField) override
 

Protected Attributes

viskores::Float32 SampleDistance
 
CanvasRayTracerCanvasRT
 
- Protected Attributes inherited from viskores::rendering::Mapper
viskores::cont::ArrayHandle< viskores::Vec4f_32ColorMap
 
bool LogarithmX = false
 
bool LogarithmY = false
 
bool SortBackToFront = true
 

Constructor & Destructor Documentation

◆ MapperConnectivity()

viskores::rendering::MapperConnectivity::MapperConnectivity ( )

◆ ~MapperConnectivity()

viskores::rendering::MapperConnectivity::~MapperConnectivity ( )

Member Function Documentation

◆ CreateDefaultView()

void viskores::rendering::MapperConnectivity::CreateDefaultView ( )

◆ GetCanvas()

virtual viskores::rendering::Canvas* viskores::rendering::MapperConnectivity::GetCanvas ( ) const
overridevirtual

◆ NewCopy()

viskores::rendering::Mapper* viskores::rendering::MapperConnectivity::NewCopy ( ) const
overridevirtual

◆ RenderCellsImpl()

virtual void viskores::rendering::MapperConnectivity::RenderCellsImpl ( const viskores::cont::UnknownCellSet cellset,
const viskores::cont::CoordinateSystem coords,
const viskores::cont::Field scalarField,
const viskores::cont::ColorTable ,
const viskores::rendering::Camera camera,
const viskores::Range scalarRange,
const viskores::cont::Field ghostField 
)
overrideprotectedvirtual

◆ SetCanvas()

void viskores::rendering::MapperConnectivity::SetCanvas ( viskores::rendering::Canvas canvas)
overridevirtual

◆ SetSampleDistance()

void viskores::rendering::MapperConnectivity::SetSampleDistance ( const viskores::Float32 )

Member Data Documentation

◆ CanvasRT

CanvasRayTracer* viskores::rendering::MapperConnectivity::CanvasRT
protected

◆ SampleDistance

viskores::Float32 viskores::rendering::MapperConnectivity::SampleDistance
protected

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