SimpleIntArray Class Reference

#include <newmat.h>

Inheritance diagram for SimpleIntArray:
Janitor

List of all members.

Public Member Functions

void CleanUp ()
void cleanup ()
const intconst_data () const
const intdata () const
intdata ()
const intData () const
intData ()
void operator= (const SimpleIntArray &b)
void operator= (int ai)
int operator[] (int ii) const
intoperator[] (int ii)
void ReSize (int ii, bool keep=false)
void resize (int ii, bool keep=false)
void resize_keep (int ii)
 SimpleIntArray (const SimpleIntArray &b)
 SimpleIntArray ()
 SimpleIntArray (int xn)
int size () const
int Size () const
 ~SimpleIntArray ()

Protected Attributes

inta
int n

Constructor & Destructor Documentation

SimpleIntArray::SimpleIntArray ( int  xn  ) 

References a, n, REPORT, and Throw.

SimpleIntArray::SimpleIntArray (  )  [inline]
SimpleIntArray::~SimpleIntArray (  ) 

References a, and REPORT.

SimpleIntArray::SimpleIntArray ( const SimpleIntArray b  ) 

References a, n, REPORT, and Throw.


Member Function Documentation

void SimpleIntArray::CleanUp (  )  [inline, virtual]

Reimplemented from Janitor.

void SimpleIntArray::cleanup (  )  [inline]
const int* SimpleIntArray::const_data (  )  const [inline]
const int* SimpleIntArray::data (  )  const [inline]
int* SimpleIntArray::data (  )  [inline]
const int* SimpleIntArray::Data (  )  const [inline]
int* SimpleIntArray::Data (  )  [inline]

Referenced by BitReverse().

void SimpleIntArray::operator= ( const SimpleIntArray b  ) 

References a, n, REPORT, and resize().

void SimpleIntArray::operator= ( int  ai  ) 

References a, n, and REPORT.

Referenced by resize().

int SimpleIntArray::operator[] ( int  ii  )  const

References a, n, REPORT, and Throw.

int & SimpleIntArray::operator[] ( int  ii  ) 

References a, n, REPORT, and Throw.

void SimpleIntArray::ReSize ( int  ii,
bool  keep = false 
) [inline]

Referenced by trymat7().

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

References a, n, operator=(), REPORT, and Throw.

Referenced by operator=(), and trymat7().

void SimpleIntArray::resize_keep ( int  ii  )  [inline]

Referenced by trymat7().

int SimpleIntArray::size (  )  const [inline]

References mathExample::n.

Referenced by trymat7().

int SimpleIntArray::Size (  )  const [inline]

References mathExample::n.

Referenced by trymat7().


Member Data Documentation

int* SimpleIntArray::a [protected]
int SimpleIntArray::n [protected]

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

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1