VAPOR3 3.9.4
|
#include <TFOpacityWidget.h>
Classes | |
class | LineIterator |
class | PointIterator |
Public Member Functions | |
glm::vec2 & | operator[] (const int i) |
int | Add (const glm::vec2 &v) |
int | Add (const glm::vec2 &v, const int i) |
int | Add (const glm::vec2 &v, const LineIterator &line) |
void | Remove (const PointIterator &point) |
int | Size () const |
int | SizeLines () const |
void | Resize (int n) |
PointIterator | BeginPoints () |
PointIterator | EndPoints () |
LineIterator | BeginLines () |
LineIterator | EndLines () |
Public Attributes | |
std::vector< glm::vec2 > | _points |
Definition at line 7 of file TFOpacityWidget.h.
|
inline |
|
inline |
Definition at line 90 of file TFOpacityWidget.h.
|
inline |
Definition at line 98 of file TFOpacityWidget.h.
|
inline |
Definition at line 117 of file TFOpacityWidget.h.
|
inline |
Definition at line 115 of file TFOpacityWidget.h.
|
inline |
Definition at line 118 of file TFOpacityWidget.h.
References SizeLines().
|
inline |
Definition at line 116 of file TFOpacityWidget.h.
References Size().
|
inline |
Definition at line 76 of file TFOpacityWidget.h.
|
inline |
Definition at line 105 of file TFOpacityWidget.h.
|
inline |
Definition at line 113 of file TFOpacityWidget.h.
References _points.
|
inline |
Definition at line 111 of file TFOpacityWidget.h.
References _points.
Referenced by Add(), EndPoints(), ControlPointList::PointIterator::IsLast(), Remove(), and SizeLines().
|
inline |
std::vector<glm::vec2> ControlPointList::_points |
Definition at line 73 of file TFOpacityWidget.h.
Referenced by Add(), operator[](), Remove(), Resize(), and Size().