#include <mdsTriIterator.h>
Inheritance diagram for mds::seg::CTriIterator:
Public Types | |
typedef mds::base::CContainerHolder< CTriBase::tImage, CTriBase::tPixel > | base |
Iterator base. | |
typedef CTriBase::tImage | tImage |
Base types. | |
typedef CTriBase::tPixel | tPixel |
Public Member Functions | |
void | advance () |
Moves iterator to the next triangle pixel. | |
CTriIterator (const CTriIterator &It) | |
Copy constructor. | |
CTriIterator (tImage *pImage, vctl::MCTri *pTriangle) | |
Constructor. | |
mds::tSize | getX () const |
Returns current iterator position. | |
mds::tSize | getY () const |
bool | isEnd () const |
Returns true if iterator points after the last triangle pixel. | |
CTriIterator & | operator= (const CTriIterator &It) |
Assignment operator. | |
~CTriIterator () | |
Destructor. | |
Protected Member Functions | |
void | init (tImage *pImage, vctl::MCTri *pTriangle) |
Initializes the triangle iterator. | |
bool | isInner () |
Returns true if the current pixel is inside the triangle. | |
void | next () |
Moves iterator to the next pixel. | |
Protected Attributes | |
SDataMembers | m_Impl |
Data members. | |
Classes | |
struct | SDataMembers |
All data members. More... |
|
Iterator base.
|
|
Base types.
|
|
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Moves iterator to the next triangle pixel.
|
|
Returns current iterator position.
|
|
|
|
Initializes the triangle iterator.
|
|
Returns true if iterator points after the last triangle pixel.
|
|
Returns true if the current pixel is inside the triangle.
|
|
Moves iterator to the next pixel.
|
|
Assignment operator.
|
|
Data members.
|