Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::SimpleIntArray Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::SimpleIntArray:

Detailed Description

Definition at line 1640 of file newmat.h.

List of all members.

Public Member Functions

 SimpleIntArray (int xn)
 SimpleIntArray ()
 ~SimpleIntArray ()
int & operator[] (int i)
int operator[] (int i) const
void operator= (int ai)
void operator= (const SimpleIntArray &b)
 SimpleIntArray (const SimpleIntArray &b)
int Size () const
int size () const
int * Data ()
const int * Data () const
int * data ()
const int * data () const
const int * const_data () const
void ReSize (int i, bool keep=false)
void resize (int i, bool keep=false)
void CleanUp ()

Protected Attributes

int * a
int n

Constructor & Destructor Documentation

NEWMAT::SimpleIntArray::SimpleIntArray ( int  xn  ) 

Definition at line 946 of file newmat4.cpp.

NEWMAT::SimpleIntArray::SimpleIntArray (  ) 

Definition at line 1647 of file newmat.h.

NEWMAT::SimpleIntArray::~SimpleIntArray (  ) 

Definition at line 955 of file newmat4.cpp.

NEWMAT::SimpleIntArray::SimpleIntArray ( const SimpleIntArray b  ) 

Definition at line 997 of file newmat4.cpp.


Member Function Documentation

void NEWMAT::SimpleIntArray::CleanUp (  )  [virtual]

Reimplemented from RBD_COMMON::Janitor.

Definition at line 1670 of file newmat.h.

const int* NEWMAT::SimpleIntArray::const_data (  )  const

Definition at line 1665 of file newmat.h.

const int* NEWMAT::SimpleIntArray::data (  )  const

Definition at line 1664 of file newmat.h.

int* NEWMAT::SimpleIntArray::data (  ) 

Definition at line 1663 of file newmat.h.

const int* NEWMAT::SimpleIntArray::Data (  )  const

Definition at line 1662 of file newmat.h.

int* NEWMAT::SimpleIntArray::Data (  ) 

Definition at line 1661 of file newmat.h.

Referenced by NEWMAT::BitReverse().

void NEWMAT::SimpleIntArray::operator= ( const SimpleIntArray b  ) 

Definition at line 987 of file newmat4.cpp.

void NEWMAT::SimpleIntArray::operator= ( int  ai  ) 

Definition at line 981 of file newmat4.cpp.

int NEWMAT::SimpleIntArray::operator[] ( int  i  )  const

Definition at line 972 of file newmat4.cpp.

int & NEWMAT::SimpleIntArray::operator[] ( int  i  ) 

Definition at line 962 of file newmat4.cpp.

void NEWMAT::SimpleIntArray::resize ( int  i,
bool  keep = false 
)

Definition at line 1668 of file newmat.h.

void NEWMAT::SimpleIntArray::ReSize ( int  i,
bool  keep = false 
)

Definition at line 1011 of file newmat4.cpp.

Referenced by CleanUp(), operator=(), and resize().

int NEWMAT::SimpleIntArray::size (  )  const

Definition at line 1659 of file newmat.h.

int NEWMAT::SimpleIntArray::Size (  )  const

Definition at line 1657 of file newmat.h.


Member Data Documentation

int NEWMAT::SimpleIntArray::n [protected]

Definition at line 1644 of file newmat.h.

Referenced by operator=(), operator[](), ReSize(), SimpleIntArray(), size(), and Size().


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

newmat11b
Generated Mon May 9 04:54:19 2016 by Doxygen 1.6.3