#include <PointRenderer.h>
◆ PointArrayObject()
| hdps::gui::PointArrayObject::PointArrayObject |
( |
| ) |
|
|
inline |
◆ destroy()
| void hdps::gui::PointArrayObject::destroy |
( |
| ) |
|
◆ draw()
| void hdps::gui::PointArrayObject::draw |
( |
| ) |
|
◆ enableAttribute()
| void hdps::gui::PointArrayObject::enableAttribute |
( |
uint |
index, |
|
|
bool |
enable |
|
) |
| |
◆ getColorMapRange()
| Vector3f hdps::gui::PointArrayObject::getColorMapRange |
( |
| ) |
const |
|
inline |
◆ hasColors()
| bool hdps::gui::PointArrayObject::hasColors |
( |
| ) |
const |
|
inline |
◆ hasColorScalars()
| bool hdps::gui::PointArrayObject::hasColorScalars |
( |
| ) |
const |
|
inline |
◆ hasHighlights()
| bool hdps::gui::PointArrayObject::hasHighlights |
( |
| ) |
const |
|
inline |
◆ hasOpacityScalars()
| bool hdps::gui::PointArrayObject::hasOpacityScalars |
( |
| ) |
const |
|
inline |
◆ hasSizeScalars()
| bool hdps::gui::PointArrayObject::hasSizeScalars |
( |
| ) |
const |
|
inline |
◆ init()
| void hdps::gui::PointArrayObject::init |
( |
| ) |
|
◆ setColorMapRange()
| void hdps::gui::PointArrayObject::setColorMapRange |
( |
const hdps::Vector3f & |
colorMapRange | ) |
|
|
inline |
◆ setColors()
| void hdps::gui::PointArrayObject::setColors |
( |
const std::vector< Vector3f > & |
colors | ) |
|
◆ setHighlights()
| void hdps::gui::PointArrayObject::setHighlights |
( |
const std::vector< char > & |
highlights | ) |
|
◆ setOpacityScalars()
| void hdps::gui::PointArrayObject::setOpacityScalars |
( |
const std::vector< float > & |
scalars | ) |
|
◆ setPositions()
| void hdps::gui::PointArrayObject::setPositions |
( |
const std::vector< Vector2f > & |
positions | ) |
|
◆ setScalars()
| void hdps::gui::PointArrayObject::setScalars |
( |
const std::vector< float > & |
scalars, |
|
|
bool |
adjustColorMapRange |
|
) |
| |
◆ setSizeScalars()
| void hdps::gui::PointArrayObject::setSizeScalars |
( |
const std::vector< float > & |
scalars | ) |
|
◆ _colorBuffer
◆ _colorScalarBuffer
| BufferObject hdps::gui::PointArrayObject::_colorScalarBuffer |
◆ _handle
| GLuint hdps::gui::PointArrayObject::_handle |
◆ _highlightBuffer
◆ _opacityScalarBuffer
| BufferObject hdps::gui::PointArrayObject::_opacityScalarBuffer |
◆ _positionBuffer
◆ _sizeScalarBuffer
The documentation for this struct was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/renderers/PointRenderer.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/renderers/PointRenderer.cpp