MeVisLabToolboxReference
ml::Mat3List Class Reference

Base object class Mat3List managing a list of 3x3 matrices. More...

#include <mlMatList.h>

Inheritance diagram for ml::Mat3List:
ml::ListTemplate< Matrix3 > ml::ListBase ml::Base

List of all members.

Public Member Functions

 Mat3List ()
 Default constructor.

Protected Member Functions

List item persistence
virtual char * getItemState (Mat3List::const_iterator it) const
 Return a string representation of the item object.
virtual void setItemState (Mat3List::iterator it, const char *state)
 Initialize the item object from the string state.

Detailed Description

Base object class Mat3List managing a list of 3x3 matrices.

List class for lists of Matrix3 matrices

Definition at line 50 of file mlMatList.h.


Constructor & Destructor Documentation

ml::Mat3List::Mat3List ( ) [inline]

Default constructor.

Definition at line 55 of file mlMatList.h.


Member Function Documentation

virtual char* ml::Mat3List::getItemState ( Mat3List::const_iterator  it) const [protected, virtual]

Return a string representation of the item object.

The string is allocated on the heap and is later disposed by clearItemState().

virtual void ml::Mat3List::setItemState ( Mat3List::iterator  it,
const char *  state 
) [protected, virtual]

Initialize the item object from the string state.


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