CTBvector<CTBmatrix>
. **.
More...
#include "CTBprintfM.hxx"
Inheritance diagram for CTBprintfVM:
Public Methods | |
CTBprintfVM (const CTBvector< CTBmatrix< T > > &value, const char *c_format, int i_width, int i_precision, CTBint i_pcol, CTBint i_wind) | |
virtual void | ToStreamElement (ostream &os, CTBint i1, CTBint i2, CTBint i3) const |
virtual CTBint | Dimension1 () const |
virtual CTBint | Dimension2 (CTBint i1) const |
virtual CTBint | Dimension3 (CTBint i1, CTBint i2) const |
Protected Attributes | |
const CTBvector< CTBmatrix< T > > & | m_value |
CTBvector<CTBmatrix>
. **.
Definition at line 22 of file CTBprintfM.hxx.
|
Constructor.
Definition at line 39 of file CTBprintfM.cxx. |
|
Print element (i1,i2,i3) of the current container.
Reimplemented from CTBprintfBase3d. Definition at line 48 of file CTBprintfM.cxx. |
|
Returns 1st dimension.
Reimplemented from CTBprintfBase3d. Definition at line 57 of file CTBprintfM.cxx. |
|
Returns 2nd dimension.
Reimplemented from CTBprintfBase3d. Definition at line 64 of file CTBprintfM.cxx. |
|
Returns 3rd dimension.
Reimplemented from CTBprintfBase3d. Definition at line 71 of file CTBprintfM.cxx. |
|
Definition at line 36 of file CTBprintfM.hxx. Referenced by Dimension2(), Dimension3(), and ToStreamElement().
|