soma-io  5.0.5
soma::AffineTransformation3dBase::Table< T > Class Template Reference

#include <soma-io/transformation/affinetransformation3d_base.h>

Inheritance diagram for soma::AffineTransformation3dBase::Table< T >:
Collaboration diagram for soma::AffineTransformation3dBase::Table< T >:

Public Member Functions

 Table (unsigned ncols, unsigned nlines)
 
 Table (unsigned nitems)
 
 Table (const Table &other)
 
 Table (const std::vector< T > &other)
 
T & operator() (int x, int y=0)
 
operator() (int x, int y=0) const
 
Tableoperator= (const Table &other)
 
unsigned dimX () const
 

Public Attributes

unsigned ncols
 

Detailed Description

template<typename T>
class soma::AffineTransformation3dBase::Table< T >

Definition at line 97 of file affinetransformation3d_base.h.

Constructor & Destructor Documentation

◆ Table() [1/4]

template<typename T>
soma::AffineTransformation3dBase::Table< T >::Table ( unsigned  ncols,
unsigned  nlines 
)
inline

Definition at line 100 of file affinetransformation3d_base.h.

◆ Table() [2/4]

template<typename T>
soma::AffineTransformation3dBase::Table< T >::Table ( unsigned  nitems)
inline

Definition at line 102 of file affinetransformation3d_base.h.

◆ Table() [3/4]

template<typename T>
soma::AffineTransformation3dBase::Table< T >::Table ( const Table< T > &  other)
inline

Definition at line 104 of file affinetransformation3d_base.h.

◆ Table() [4/4]

template<typename T>
soma::AffineTransformation3dBase::Table< T >::Table ( const std::vector< T > &  other)
inline

Definition at line 109 of file affinetransformation3d_base.h.

Member Function Documentation

◆ dimX()

template<typename T>
unsigned soma::AffineTransformation3dBase::Table< T >::dimX ( ) const
inline

Definition at line 133 of file affinetransformation3d_base.h.

◆ operator()() [1/2]

template<typename T>
T& soma::AffineTransformation3dBase::Table< T >::operator() ( int  x,
int  y = 0 
)
inline

Definition at line 114 of file affinetransformation3d_base.h.

◆ operator()() [2/2]

template<typename T>
T soma::AffineTransformation3dBase::Table< T >::operator() ( int  x,
int  y = 0 
) const
inline

Definition at line 119 of file affinetransformation3d_base.h.

◆ operator=()

template<typename T>
Table& soma::AffineTransformation3dBase::Table< T >::operator= ( const Table< T > &  other)
inline

Definition at line 124 of file affinetransformation3d_base.h.

Member Data Documentation

◆ ncols


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