VAPOR3 3.9.4
Public Member Functions | Friends | List of all members
ControlPointList::LineIterator Class Reference

#include <TFOpacityWidget.h>

Inheritance diagram for ControlPointList::LineIterator:
ControlPointList::PointIterator

Public Member Functions

glm::vec2 & operator* ()=delete
 
bool IsLast () const
 
LineIterator operator+ (int x) const
 
LineIterator operator- (int x) const
 
const glm::vec2 a ()
 
const glm::vec2 b ()
 
void setA (const glm::vec2 &v)
 
void setB (const glm::vec2 &v)
 
- Public Member Functions inherited from ControlPointList::PointIterator
 PointIterator ()
 
PointIteratoroperator++ ()
 
PointIteratoroperator-- ()
 
PointIterator operator+ (int x) const
 
PointIterator operator- (int x) const
 
glm::vec2 & operator* ()
 
bool operator!= (const PointIterator &other)
 
bool operator== (const PointIterator &other)
 
bool IsFirst () const
 
bool IsLast () const
 
int Index () const
 

Friends

class ControlPointList
 

Detailed Description

Definition at line 40 of file TFOpacityWidget.h.

Member Function Documentation

◆ a()

const glm::vec2 ControlPointList::LineIterator::a ( )
inline

Definition at line 51 of file TFOpacityWidget.h.

◆ b()

const glm::vec2 ControlPointList::LineIterator::b ( )
inline

Definition at line 56 of file TFOpacityWidget.h.

◆ IsLast()

bool ControlPointList::LineIterator::IsLast ( ) const
inline

Definition at line 47 of file TFOpacityWidget.h.

◆ operator*()

glm::vec2 & ControlPointList::LineIterator::operator* ( )
delete

◆ operator+()

LineIterator ControlPointList::LineIterator::operator+ ( int  x) const
inline

Definition at line 48 of file TFOpacityWidget.h.

◆ operator-()

LineIterator ControlPointList::LineIterator::operator- ( int  x) const
inline

Definition at line 49 of file TFOpacityWidget.h.

◆ setA()

void ControlPointList::LineIterator::setA ( const glm::vec2 &  v)
inline

Definition at line 61 of file TFOpacityWidget.h.

◆ setB()

void ControlPointList::LineIterator::setB ( const glm::vec2 &  v)
inline

Definition at line 65 of file TFOpacityWidget.h.

Friends And Related Function Documentation

◆ ControlPointList

friend class ControlPointList
friend

Definition at line 70 of file TFOpacityWidget.h.


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