MeVisLabToolboxReference
ml::Mat4List Class Reference

Base object class Mat4List managing a list of 4x4 matrices. More...

#include <mlMatList.h>

Inheritance diagram for ml::Mat4List:
ml::ListTemplate< Matrix4 > ml::ListBase ml::Base

List of all members.

Public Member Functions

 Mat4List ()
 Default constructor.

Protected Member Functions

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

Detailed Description

Base object class Mat4List managing a list of 4x4 matrices.

List class for lists of Matrix4 matrices

Definition at line 88 of file mlMatList.h.


Constructor & Destructor Documentation

ml::Mat4List::Mat4List ( ) [inline]

Default constructor.

Definition at line 93 of file mlMatList.h.


Member Function Documentation

virtual char* ml::Mat4List::getItemState ( Mat4List::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::Mat4List::setItemState ( Mat4List::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: