SIMLIB/C++  3.07
Public Member Functions | Private Attributes | List of all members
simlib3::Input2D Class Reference

Continuous block connection (transparent reference) More...

#include <simlib2D.h>

Collaboration diagram for simlib3::Input2D:
Collaboration graph
[legend]

Public Member Functions

Input2Doperator= (const Input2D &x)
 
 Input2D (const Input2D &in)
 
 Input2D (aContiBlock2D &cb)
 
 Input2D (aContiBlock2D *cb)
 
Input2D Set (Input2D i)
 
Value2D Value ()
 
bool operator== (void *p)
 

Private Attributes

aContiBlock2Dbp
 

Detailed Description

Continuous block connection (transparent reference)

Definition at line 109 of file simlib2D.h.

Constructor & Destructor Documentation

◆ Input2D() [1/3]

simlib3::Input2D::Input2D ( const Input2D in)
inline

Definition at line 113 of file simlib2D.h.

◆ Input2D() [2/3]

simlib3::Input2D::Input2D ( aContiBlock2D cb)
inline

Definition at line 114 of file simlib2D.h.

◆ Input2D() [3/3]

simlib3::Input2D::Input2D ( aContiBlock2D cb)
inline

Definition at line 115 of file simlib2D.h.

Member Function Documentation

◆ operator=()

Input2D& simlib3::Input2D::operator= ( const Input2D x)
inline

Definition at line 112 of file simlib2D.h.

References bp.

◆ operator==()

bool simlib3::Input2D::operator== ( void *  p)
inline

Definition at line 118 of file simlib2D.h.

◆ Set()

Input2D simlib3::Input2D::Set ( Input2D  i)
inline

Definition at line 116 of file simlib2D.h.

References bp.

Referenced by simlib3::aContiBlock2D1::SetInput(), and simlib3::Integrator2D::SetInput().

◆ Value()

Value2D simlib3::Input2D::Value ( )
inline

Member Data Documentation

◆ bp

aContiBlock2D* simlib3::Input2D::bp
private

Definition at line 110 of file simlib2D.h.

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


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