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

Continuous block connection (transparent reference) More...

#include <simlib3D.h>

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

Public Member Functions

 Input3D (const Input3D &inp)
 
 Input3D (aContiBlock3D &cb)
 
 Input3D (aContiBlock3D *cb)
 
Input3Doperator= (const Input3D &in)
 
Input3D Set (Input3D i)
 
Value3D Value ()
 
bool operator== (void *p)
 

Private Attributes

aContiBlock3Dbp
 

Detailed Description

Continuous block connection (transparent reference)

Definition at line 110 of file simlib3D.h.

Constructor & Destructor Documentation

◆ Input3D() [1/3]

simlib3::Input3D::Input3D ( const Input3D inp)
inline

Definition at line 113 of file simlib3D.h.

◆ Input3D() [2/3]

simlib3::Input3D::Input3D ( aContiBlock3D cb)
inline

Definition at line 114 of file simlib3D.h.

◆ Input3D() [3/3]

simlib3::Input3D::Input3D ( aContiBlock3D cb)
inline

Definition at line 115 of file simlib3D.h.

Member Function Documentation

◆ operator=()

Input3D& simlib3::Input3D::operator= ( const Input3D in)
inline

Definition at line 116 of file simlib3D.h.

References bp.

◆ operator==()

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

Definition at line 119 of file simlib3D.h.

◆ Set()

Input3D simlib3::Input3D::Set ( Input3D  i)
inline

Definition at line 117 of file simlib3D.h.

References bp.

Referenced by simlib3::aContiBlock3D1::SetInput(), and simlib3::Integrator3D::SetInput().

◆ Value()

Value3D simlib3::Input3D::Value ( )
inline

Member Data Documentation

◆ bp

aContiBlock3D* simlib3::Input3D::bp
private

Definition at line 111 of file simlib3D.h.

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


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