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

#include <nmrIsOrthonormal.h>

Public Member Functions

 Friend (nmrIsOrthonormalDynamicData &data)
 
vctDynamicVectorRef
< _elementType > & 
Workspace (void)
 
size_type Size (void)
 

Detailed Description

template<class _elementType>
class nmrIsOrthonormalDynamicData< _elementType >::Friend

This class is not intended to be a top-level API. It has been provided to avoid making the templated IsOrthonormal 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

template<class _elementType>
nmrIsOrthonormalDynamicData< _elementType >::Friend::Friend ( nmrIsOrthonormalDynamicData data)
inline

Member Function Documentation

template<class _elementType>
size_type nmrIsOrthonormalDynamicData< _elementType >::Friend::Size ( void  )
inline
template<class _elementType>
vctDynamicVectorRef<_elementType>& nmrIsOrthonormalDynamicData< _elementType >::Friend::Workspace ( void  )
inline

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