cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
nmrInverseDynamicData::Friend Class Reference

#include <nmrInverse.h>

Public Member Functions

 Friend (nmrInverseDynamicData &data)
 
vctDynamicVectorRef
< CISSTNETLIB_INTEGER > & 
PivotIndices (void)
 
vctDynamicVectorRef
< CISSTNETLIB_DOUBLE > & 
Workspace (void)
 
size_type Size (void)
 
size_type StorageOrder (void)
 

Detailed Description

This class is not intended to be a top-level API. It has been provided to avoid making the templated Inverse function as a friend of this class, which turns out to be not so easy in .NET. Instead the Friend class provides a cumbersome way to get non-const references to the private data.

Constructor & Destructor Documentation

nmrInverseDynamicData::Friend::Friend ( nmrInverseDynamicData data)
inline

Member Function Documentation

vctDynamicVectorRef<CISSTNETLIB_INTEGER>& nmrInverseDynamicData::Friend::PivotIndices ( void  )
inline
size_type nmrInverseDynamicData::Friend::Size ( void  )
inline
size_type nmrInverseDynamicData::Friend::StorageOrder ( void  )
inline
vctDynamicVectorRef<CISSTNETLIB_DOUBLE>& nmrInverseDynamicData::Friend::Workspace ( void  )
inline

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