arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

TFElementList Class Reference

#include <TFElement.h>

Inheritance diagram for TFElementList:

gutz::Counted List of all members.

Detailed Description

a usefull LIST of transfer function elements

Definition at line 266 of file TFElement.h.

Public Types

typedef TFElementList::iterator Iter

Public Member Functions

 TFElementList ()
virtual ~TFElementList ()
void addElement (TFElement *e)
bool elementChanged ()
 check if any element changed

void updateChanged ()
 set all elements unchanged.


Protected Member Functions

virtual void _incCount ()
 gutz::Counted interface, increment reference count by one.

virtual void _decCount ()
 gutz::Counted interface, decrement reference count by one.

virtual int _getCount () const
 gutz::Counted interface, get the current reference count.


Friends

class SmartPtr
class SmartPtrRef


Member Typedef Documentation

typedef TFElementList::iterator TFElementList::Iter
 

Definition at line 271 of file TFElement.h.

Referenced by elementChanged(), TFElementList(), and updateChanged().


Constructor & Destructor Documentation

TFElementList::TFElementList  )  [inline]
 

Definition at line 273 of file TFElement.h.

References Iter.

virtual TFElementList::~TFElementList  )  [inline, virtual]
 

Definition at line 274 of file TFElement.h.


Member Function Documentation

virtual void gutz::Counted::_decCount  )  [inline, protected, virtual, inherited]
 

gutz::Counted interface, decrement reference count by one.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr

Definition at line 54 of file smartptr.h.

Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax().

virtual int gutz::Counted::_getCount  )  const [inline, protected, virtual, inherited]
 

gutz::Counted interface, get the current reference count.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr.

Definition at line 58 of file smartptr.h.

virtual void gutz::Counted::_incCount  )  [inline, protected, virtual, inherited]
 

gutz::Counted interface, increment reference count by one.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr

Definition at line 48 of file smartptr.h.

Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax().

void TFElementList::addElement TFElement e  )  [inline]
 

Definition at line 276 of file TFElement.h.

bool TFElementList::elementChanged  )  [inline]
 

check if any element changed

Definition at line 280 of file TFElement.h.

References end, and Iter.

void TFElementList::updateChanged  )  [inline]
 

set all elements unchanged.

Definition at line 291 of file TFElement.h.

References end, and Iter.


Friends And Related Function Documentation

friend class SmartPtr [friend, inherited]
 

Definition at line 40 of file smartptr.h.

Referenced by Nrro::NrroIter< T >::NrroIter().

friend class SmartPtrRef [friend, inherited]
 

Definition at line 41 of file smartptr.h.


The documentation for this class was generated from the following file:
Send questions, comments, and bug reports to:
jmk