ERC CISST - cisst software

nmrLSqLinSolutionDynamic::Friend Class Reference

#include <nmrLSqLin.h>

Collaboration diagram for nmrLSqLinSolutionDynamic::Friend:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class is not intended to be a top-level API. It has been provided to avoid making the tempalted LSqLin 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. Inorder to get non-const references the user has to first create a object of nmrLSqLinSolutionDynamic::Friend and then user get* method on that object. Our philosophy here is that this should be deterent for a general user and should ring alarm bells in a reasonable programmer.

Definition at line 324 of file nmrLSqLin.h.

Public Member Functions


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu