MOOS 0.2375
Public Member Functions
RectMatrixRow Class Reference

#include <newmatrm.h>

Inheritance diagram for RectMatrixRow:
Inheritance graph
[legend]
Collaboration diagram for RectMatrixRow:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RectMatrixRow (const Matrix &, int, int, int)
 RectMatrixRow (const Matrix &, int)
void Reset (const Matrix &, int, int, int)
void Reset (const Matrix &, int)
Real & operator[] (int i)
void Down ()
void Right ()
void Up ()
void Left ()

Detailed Description

Definition at line 48 of file newmatrm.h.


Constructor & Destructor Documentation

RectMatrixRow::RectMatrixRow ( const Matrix &  M,
int  row,
int  skip,
int  length 
) [inline]

Definition at line 92 of file newmatrm.h.

RectMatrixRow::RectMatrixRow ( const Matrix &  M,
int  row 
) [inline]

Definition at line 95 of file newmatrm.h.


Member Function Documentation

void RectMatrixRow::Down ( ) [inline]

Definition at line 56 of file newmatrm.h.

void RectMatrixRow::Left ( ) [inline]

Definition at line 59 of file newmatrm.h.

Real& RectMatrixRow::operator[] ( int  i) [inline]

Reimplemented from RectMatrixRowCol.

Definition at line 55 of file newmatrm.h.

void RectMatrixRow::Reset ( const Matrix &  M,
int  row 
)

Definition at line 31 of file newmatrm.cpp.

void RectMatrixRow::Reset ( const Matrix &  M,
int  row,
int  skip,
int  length 
)

Definition at line 24 of file newmatrm.cpp.

void RectMatrixRow::Right ( ) [inline]

Definition at line 57 of file newmatrm.h.

void RectMatrixRow::Up ( ) [inline]

Definition at line 58 of file newmatrm.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines