OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
osg::Matrix2Template< T > Class Template Reference

#include <Uniform.h>

Inheritance diagram for osg::Matrix2Template< T >:
Inheritance graph
[legend]
Collaboration diagram for osg::Matrix2Template< T >:
Collaboration graph
[legend]

Public Types

typedef MatrixTemplate< T, 2, 2 > base_class
 
typedef base_class::value_type value_type
 
- Public Types inherited from osg::MatrixTemplate< T, 2, 2 >
enum  
 
enum  
 
enum  
 
typedef T value_type
 

Public Member Functions

 Matrix2Template ()
 
 Matrix2Template (const Matrix2Template &mat)
 
 Matrix2Template (value_type a00, value_type a01, value_type a10, value_type a11)
 
 ~Matrix2Template ()
 
void set (value_type a00, value_type a01, value_type a10, value_type a11)
 
void makeIdentity ()
 
- Public Member Functions inherited from osg::MatrixTemplate< T, 2, 2 >
 MatrixTemplate ()
 
 ~MatrixTemplate ()
 
value_typeoperator() (int row, int col)
 
value_type operator() (int row, int col) const
 
MatrixTemplateoperator= (const MatrixTemplate &rhs)
 
void set (const MatrixTemplate &rhs)
 
void set (value_type const *const ptr)
 
value_typeptr ()
 
const value_typeptr () const
 
value_typeoperator[] (int i)
 
value_type operator[] (int i) const
 
void reset ()
 

Additional Inherited Members

- Protected Attributes inherited from osg::MatrixTemplate< T, 2, 2 >
value_type _mat [row_count][col_count]
 

Detailed Description

template<typename T>
class osg::Matrix2Template< T >

Definition at line 118 of file Uniform.h.

Member Typedef Documentation

template<typename T >
typedef MatrixTemplate<T, 2, 2> osg::Matrix2Template< T >::base_class

Definition at line 121 of file Uniform.h.

template<typename T >
typedef base_class::value_type osg::Matrix2Template< T >::value_type

Definition at line 122 of file Uniform.h.

Constructor & Destructor Documentation

template<typename T >
osg::Matrix2Template< T >::Matrix2Template ( )
inline

Definition at line 126 of file Uniform.h.

Here is the call graph for this function:

template<typename T >
osg::Matrix2Template< T >::Matrix2Template ( const Matrix2Template< T > &  mat)
inline

Definition at line 127 of file Uniform.h.

Here is the call graph for this function:

template<typename T >
osg::Matrix2Template< T >::Matrix2Template ( value_type  a00,
value_type  a01,
value_type  a10,
value_type  a11 
)
inline

Definition at line 128 of file Uniform.h.

Here is the call graph for this function:

template<typename T >
osg::Matrix2Template< T >::~Matrix2Template ( )
inline

Definition at line 134 of file Uniform.h.

Member Function Documentation

template<typename T >
void osg::Matrix2Template< T >::makeIdentity ( )
inline

Definition at line 145 of file Uniform.h.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
void osg::Matrix2Template< T >::set ( value_type  a00,
value_type  a01,
value_type  a10,
value_type  a11 
)
inline

Definition at line 138 of file Uniform.h.

Here is the caller graph for this function:


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