Class corresponding to the FluidCircuitPathData schema type. More...
#include <Circuit.hxx>

Public Member Functions | |
virtual | ~FluidCircuitPathData () |
Destructor. More... | |
![]() | |
virtual | ~CircuitPathData () |
Destructor. More... | |
const Name_type & | Name () const |
Return a read-only (constant) reference to the element. More... | |
Name_type & | Name () |
Return a read-write reference to the element. More... | |
void | Name (const Name_type &x) |
Set the element value. More... | |
void | Name (::std::unique_ptr< Name_type > p) |
Set the element value without copying. More... | |
const SourceNode_type & | SourceNode () const |
Return a read-only (constant) reference to the element. More... | |
SourceNode_type & | SourceNode () |
Return a read-write reference to the element. More... | |
void | SourceNode (const SourceNode_type &x) |
Set the element value. More... | |
void | SourceNode (::std::unique_ptr< SourceNode_type > p) |
Set the element value without copying. More... | |
const TargetNode_type & | TargetNode () const |
Return a read-only (constant) reference to the element. More... | |
TargetNode_type & | TargetNode () |
Return a read-write reference to the element. More... | |
void | TargetNode (const TargetNode_type &x) |
Set the element value. More... | |
void | TargetNode (::std::unique_ptr< TargetNode_type > p) |
Set the element value without copying. More... | |
const Switch_optional & | Switch () const |
Return a read-only (constant) reference to the element container. More... | |
Switch_optional & | Switch () |
Return a read-write reference to the element container. More... | |
void | Switch (const Switch_type &x) |
Set the element value. More... | |
void | Switch (const Switch_optional &x) |
Set the element value. More... | |
void | Switch (::std::unique_ptr< Switch_type > p) |
Set the element value without copying. More... | |
const NextSwitch_optional & | NextSwitch () const |
Return a read-only (constant) reference to the element container. More... | |
NextSwitch_optional & | NextSwitch () |
Return a read-write reference to the element container. More... | |
void | NextSwitch (const NextSwitch_type &x) |
Set the element value. More... | |
void | NextSwitch (const NextSwitch_optional &x) |
Set the element value. More... | |
void | NextSwitch (::std::unique_ptr< NextSwitch_type > p) |
Set the element value without copying. More... | |
const Valve_optional & | Valve () const |
Return a read-only (constant) reference to the element container. More... | |
Valve_optional & | Valve () |
Return a read-write reference to the element container. More... | |
void | Valve (const Valve_type &x) |
Set the element value. More... | |
void | Valve (const Valve_optional &x) |
Set the element value. More... | |
void | Valve (::std::unique_ptr< Valve_type > p) |
Set the element value without copying. More... | |
const NextValve_optional & | NextValve () const |
Return a read-only (constant) reference to the element container. More... | |
NextValve_optional & | NextValve () |
Return a read-write reference to the element container. More... | |
void | NextValve (const NextValve_type &x) |
Set the element value. More... | |
void | NextValve (const NextValve_optional &x) |
Set the element value. More... | |
void | NextValve (::std::unique_ptr< NextValve_type > p) |
Set the element value without copying. More... | |
const PolarizedState_optional & | PolarizedState () const |
Return a read-only (constant) reference to the element container. More... | |
PolarizedState_optional & | PolarizedState () |
Return a read-write reference to the element container. More... | |
void | PolarizedState (const PolarizedState_type &x) |
Set the element value. More... | |
void | PolarizedState (const PolarizedState_optional &x) |
Set the element value. More... | |
void | PolarizedState (::std::unique_ptr< PolarizedState_type > p) |
Set the element value without copying. More... | |
const NextPolarizedState_optional & | NextPolarizedState () const |
Return a read-only (constant) reference to the element container. More... | |
NextPolarizedState_optional & | NextPolarizedState () |
Return a read-write reference to the element container. More... | |
void | NextPolarizedState (const NextPolarizedState_type &x) |
Set the element value. More... | |
void | NextPolarizedState (const NextPolarizedState_optional &x) |
Set the element value. More... | |
void | NextPolarizedState (::std::unique_ptr< NextPolarizedState_type > p) |
Set the element value without copying. More... | |
CircuitPathData () | |
Default constructor. More... | |
CircuitPathData (const Name_type &, const SourceNode_type &, const TargetNode_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
CircuitPathData (::std::unique_ptr< Name_type >,::std::unique_ptr< SourceNode_type >,::std::unique_ptr< TargetNode_type >) | |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More... | |
CircuitPathData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
CircuitPathData (const CircuitPathData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
CircuitPathData & | operator= (const CircuitPathData &x) |
Copy assignment operator. More... | |
![]() | |
virtual | ~ObjectData () |
Destructor. More... | |
const contentVersion_optional & | contentVersion () const |
Return a read-only (constant) reference to the attribute container. More... | |
contentVersion_optional & | contentVersion () |
Return a read-write reference to the attribute container. More... | |
void | contentVersion (const contentVersion_type &x) |
Set the attribute value. More... | |
void | contentVersion (const contentVersion_optional &x) |
Set the attribute value. More... | |
void | contentVersion (::std::unique_ptr< contentVersion_type > p) |
Set the attribute value without copying. More... | |
ObjectData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
ObjectData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
ObjectData (const ObjectData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
ObjectData & | operator= (const ObjectData &x) |
Copy assignment operator. More... | |
Resistance | |
Accessor and modifier functions for the Resistance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData | Resistance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Resistance_type > | Resistance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Resistance_type, char > | Resistance_traits |
Element traits type. More... | |
const Resistance_optional & | Resistance () const |
Return a read-only (constant) reference to the element container. More... | |
Resistance_optional & | Resistance () |
Return a read-write reference to the element container. More... | |
void | Resistance (const Resistance_type &x) |
Set the element value. More... | |
void | Resistance (const Resistance_optional &x) |
Set the element value. More... | |
void | Resistance (::std::unique_ptr< Resistance_type > p) |
Set the element value without copying. More... | |
NextResistance | |
Accessor and modifier functions for the NextResistance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData | NextResistance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextResistance_type > | NextResistance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextResistance_type, char > | NextResistance_traits |
Element traits type. More... | |
const NextResistance_optional & | NextResistance () const |
Return a read-only (constant) reference to the element container. More... | |
NextResistance_optional & | NextResistance () |
Return a read-write reference to the element container. More... | |
void | NextResistance (const NextResistance_type &x) |
Set the element value. More... | |
void | NextResistance (const NextResistance_optional &x) |
Set the element value. More... | |
void | NextResistance (::std::unique_ptr< NextResistance_type > p) |
Set the element value without copying. More... | |
ResistanceBaseline | |
Accessor and modifier functions for the ResistanceBaseline optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData | ResistanceBaseline_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< ResistanceBaseline_type > | ResistanceBaseline_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< ResistanceBaseline_type, char > | ResistanceBaseline_traits |
Element traits type. More... | |
const ResistanceBaseline_optional & | ResistanceBaseline () const |
Return a read-only (constant) reference to the element container. More... | |
ResistanceBaseline_optional & | ResistanceBaseline () |
Return a read-write reference to the element container. More... | |
void | ResistanceBaseline (const ResistanceBaseline_type &x) |
Set the element value. More... | |
void | ResistanceBaseline (const ResistanceBaseline_optional &x) |
Set the element value. More... | |
void | ResistanceBaseline (::std::unique_ptr< ResistanceBaseline_type > p) |
Set the element value without copying. More... | |
CardiovascularRegion | |
Accessor and modifier functions for the CardiovascularRegion optional element. | |
typedef ::mil::tatrc::physiology::datamodel::enumResistancePathType | CardiovascularRegion_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< CardiovascularRegion_type > | CardiovascularRegion_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< CardiovascularRegion_type, char > | CardiovascularRegion_traits |
Element traits type. More... | |
const CardiovascularRegion_optional & | CardiovascularRegion () const |
Return a read-only (constant) reference to the element container. More... | |
CardiovascularRegion_optional & | CardiovascularRegion () |
Return a read-write reference to the element container. More... | |
void | CardiovascularRegion (const CardiovascularRegion_type &x) |
Set the element value. More... | |
void | CardiovascularRegion (const CardiovascularRegion_optional &x) |
Set the element value. More... | |
void | CardiovascularRegion (::std::unique_ptr< CardiovascularRegion_type > p) |
Set the element value without copying. More... | |
Compliance | |
Accessor and modifier functions for the Compliance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData | Compliance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Compliance_type > | Compliance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Compliance_type, char > | Compliance_traits |
Element traits type. More... | |
const Compliance_optional & | Compliance () const |
Return a read-only (constant) reference to the element container. More... | |
Compliance_optional & | Compliance () |
Return a read-write reference to the element container. More... | |
void | Compliance (const Compliance_type &x) |
Set the element value. More... | |
void | Compliance (const Compliance_optional &x) |
Set the element value. More... | |
void | Compliance (::std::unique_ptr< Compliance_type > p) |
Set the element value without copying. More... | |
NextCompliance | |
Accessor and modifier functions for the NextCompliance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData | NextCompliance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextCompliance_type > | NextCompliance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextCompliance_type, char > | NextCompliance_traits |
Element traits type. More... | |
const NextCompliance_optional & | NextCompliance () const |
Return a read-only (constant) reference to the element container. More... | |
NextCompliance_optional & | NextCompliance () |
Return a read-write reference to the element container. More... | |
void | NextCompliance (const NextCompliance_type &x) |
Set the element value. More... | |
void | NextCompliance (const NextCompliance_optional &x) |
Set the element value. More... | |
void | NextCompliance (::std::unique_ptr< NextCompliance_type > p) |
Set the element value without copying. More... | |
ComplianceBaseline | |
Accessor and modifier functions for the ComplianceBaseline optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData | ComplianceBaseline_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< ComplianceBaseline_type > | ComplianceBaseline_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< ComplianceBaseline_type, char > | ComplianceBaseline_traits |
Element traits type. More... | |
const ComplianceBaseline_optional & | ComplianceBaseline () const |
Return a read-only (constant) reference to the element container. More... | |
ComplianceBaseline_optional & | ComplianceBaseline () |
Return a read-write reference to the element container. More... | |
void | ComplianceBaseline (const ComplianceBaseline_type &x) |
Set the element value. More... | |
void | ComplianceBaseline (const ComplianceBaseline_optional &x) |
Set the element value. More... | |
void | ComplianceBaseline (::std::unique_ptr< ComplianceBaseline_type > p) |
Set the element value without copying. More... | |
Inertance | |
Accessor and modifier functions for the Inertance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData | Inertance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Inertance_type > | Inertance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Inertance_type, char > | Inertance_traits |
Element traits type. More... | |
const Inertance_optional & | Inertance () const |
Return a read-only (constant) reference to the element container. More... | |
Inertance_optional & | Inertance () |
Return a read-write reference to the element container. More... | |
void | Inertance (const Inertance_type &x) |
Set the element value. More... | |
void | Inertance (const Inertance_optional &x) |
Set the element value. More... | |
void | Inertance (::std::unique_ptr< Inertance_type > p) |
Set the element value without copying. More... | |
NextInertance | |
Accessor and modifier functions for the NextInertance optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData | NextInertance_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextInertance_type > | NextInertance_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextInertance_type, char > | NextInertance_traits |
Element traits type. More... | |
const NextInertance_optional & | NextInertance () const |
Return a read-only (constant) reference to the element container. More... | |
NextInertance_optional & | NextInertance () |
Return a read-write reference to the element container. More... | |
void | NextInertance (const NextInertance_type &x) |
Set the element value. More... | |
void | NextInertance (const NextInertance_optional &x) |
Set the element value. More... | |
void | NextInertance (::std::unique_ptr< NextInertance_type > p) |
Set the element value without copying. More... | |
InertanceBaseline | |
Accessor and modifier functions for the InertanceBaseline optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData | InertanceBaseline_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< InertanceBaseline_type > | InertanceBaseline_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< InertanceBaseline_type, char > | InertanceBaseline_traits |
Element traits type. More... | |
const InertanceBaseline_optional & | InertanceBaseline () const |
Return a read-only (constant) reference to the element container. More... | |
InertanceBaseline_optional & | InertanceBaseline () |
Return a read-write reference to the element container. More... | |
void | InertanceBaseline (const InertanceBaseline_type &x) |
Set the element value. More... | |
void | InertanceBaseline (const InertanceBaseline_optional &x) |
Set the element value. More... | |
void | InertanceBaseline (::std::unique_ptr< InertanceBaseline_type > p) |
Set the element value without copying. More... | |
Flow | |
Accessor and modifier functions for the Flow optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData | Flow_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Flow_type > | Flow_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Flow_type, char > | Flow_traits |
Element traits type. More... | |
const Flow_optional & | Flow () const |
Return a read-only (constant) reference to the element container. More... | |
Flow_optional & | Flow () |
Return a read-write reference to the element container. More... | |
void | Flow (const Flow_type &x) |
Set the element value. More... | |
void | Flow (const Flow_optional &x) |
Set the element value. More... | |
void | Flow (::std::unique_ptr< Flow_type > p) |
Set the element value without copying. More... | |
NextFlow | |
Accessor and modifier functions for the NextFlow optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData | NextFlow_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextFlow_type > | NextFlow_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextFlow_type, char > | NextFlow_traits |
Element traits type. More... | |
const NextFlow_optional & | NextFlow () const |
Return a read-only (constant) reference to the element container. More... | |
NextFlow_optional & | NextFlow () |
Return a read-write reference to the element container. More... | |
void | NextFlow (const NextFlow_type &x) |
Set the element value. More... | |
void | NextFlow (const NextFlow_optional &x) |
Set the element value. More... | |
void | NextFlow (::std::unique_ptr< NextFlow_type > p) |
Set the element value without copying. More... | |
FlowSource | |
Accessor and modifier functions for the FlowSource optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData | FlowSource_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< FlowSource_type > | FlowSource_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< FlowSource_type, char > | FlowSource_traits |
Element traits type. More... | |
const FlowSource_optional & | FlowSource () const |
Return a read-only (constant) reference to the element container. More... | |
FlowSource_optional & | FlowSource () |
Return a read-write reference to the element container. More... | |
void | FlowSource (const FlowSource_type &x) |
Set the element value. More... | |
void | FlowSource (const FlowSource_optional &x) |
Set the element value. More... | |
void | FlowSource (::std::unique_ptr< FlowSource_type > p) |
Set the element value without copying. More... | |
NextFlowSource | |
Accessor and modifier functions for the NextFlowSource optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData | NextFlowSource_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextFlowSource_type > | NextFlowSource_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextFlowSource_type, char > | NextFlowSource_traits |
Element traits type. More... | |
const NextFlowSource_optional & | NextFlowSource () const |
Return a read-only (constant) reference to the element container. More... | |
NextFlowSource_optional & | NextFlowSource () |
Return a read-write reference to the element container. More... | |
void | NextFlowSource (const NextFlowSource_type &x) |
Set the element value. More... | |
void | NextFlowSource (const NextFlowSource_optional &x) |
Set the element value. More... | |
void | NextFlowSource (::std::unique_ptr< NextFlowSource_type > p) |
Set the element value without copying. More... | |
FlowSourceBaseline | |
Accessor and modifier functions for the FlowSourceBaseline optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData | FlowSourceBaseline_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< FlowSourceBaseline_type > | FlowSourceBaseline_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< FlowSourceBaseline_type, char > | FlowSourceBaseline_traits |
Element traits type. More... | |
const FlowSourceBaseline_optional & | FlowSourceBaseline () const |
Return a read-only (constant) reference to the element container. More... | |
FlowSourceBaseline_optional & | FlowSourceBaseline () |
Return a read-write reference to the element container. More... | |
void | FlowSourceBaseline (const FlowSourceBaseline_type &x) |
Set the element value. More... | |
void | FlowSourceBaseline (const FlowSourceBaseline_optional &x) |
Set the element value. More... | |
void | FlowSourceBaseline (::std::unique_ptr< FlowSourceBaseline_type > p) |
Set the element value without copying. More... | |
PressureSource | |
Accessor and modifier functions for the PressureSource optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData | PressureSource_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< PressureSource_type > | PressureSource_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< PressureSource_type, char > | PressureSource_traits |
Element traits type. More... | |
const PressureSource_optional & | PressureSource () const |
Return a read-only (constant) reference to the element container. More... | |
PressureSource_optional & | PressureSource () |
Return a read-write reference to the element container. More... | |
void | PressureSource (const PressureSource_type &x) |
Set the element value. More... | |
void | PressureSource (const PressureSource_optional &x) |
Set the element value. More... | |
void | PressureSource (::std::unique_ptr< PressureSource_type > p) |
Set the element value without copying. More... | |
NextPressureSource | |
Accessor and modifier functions for the NextPressureSource optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData | NextPressureSource_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextPressureSource_type > | NextPressureSource_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextPressureSource_type, char > | NextPressureSource_traits |
Element traits type. More... | |
const NextPressureSource_optional & | NextPressureSource () const |
Return a read-only (constant) reference to the element container. More... | |
NextPressureSource_optional & | NextPressureSource () |
Return a read-write reference to the element container. More... | |
void | NextPressureSource (const NextPressureSource_type &x) |
Set the element value. More... | |
void | NextPressureSource (const NextPressureSource_optional &x) |
Set the element value. More... | |
void | NextPressureSource (::std::unique_ptr< NextPressureSource_type > p) |
Set the element value without copying. More... | |
PressureSourceBaseline | |
Accessor and modifier functions for the PressureSourceBaseline optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData | PressureSourceBaseline_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< PressureSourceBaseline_type > | PressureSourceBaseline_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< PressureSourceBaseline_type, char > | PressureSourceBaseline_traits |
Element traits type. More... | |
const PressureSourceBaseline_optional & | PressureSourceBaseline () const |
Return a read-only (constant) reference to the element container. More... | |
PressureSourceBaseline_optional & | PressureSourceBaseline () |
Return a read-write reference to the element container. More... | |
void | PressureSourceBaseline (const PressureSourceBaseline_type &x) |
Set the element value. More... | |
void | PressureSourceBaseline (const PressureSourceBaseline_optional &x) |
Set the element value. More... | |
void | PressureSourceBaseline (::std::unique_ptr< PressureSourceBaseline_type > p) |
Set the element value without copying. More... | |
ValveBreakdownPressure | |
Accessor and modifier functions for the ValveBreakdownPressure optional element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData | ValveBreakdownPressure_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< ValveBreakdownPressure_type > | ValveBreakdownPressure_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< ValveBreakdownPressure_type, char > | ValveBreakdownPressure_traits |
Element traits type. More... | |
const ValveBreakdownPressure_optional & | ValveBreakdownPressure () const |
Return a read-only (constant) reference to the element container. More... | |
ValveBreakdownPressure_optional & | ValveBreakdownPressure () |
Return a read-write reference to the element container. More... | |
void | ValveBreakdownPressure (const ValveBreakdownPressure_type &x) |
Set the element value. More... | |
void | ValveBreakdownPressure (const ValveBreakdownPressure_optional &x) |
Set the element value. More... | |
void | ValveBreakdownPressure (::std::unique_ptr< ValveBreakdownPressure_type > p) |
Set the element value without copying. More... | |
Constructors | |
FluidCircuitPathData () | |
Default constructor. More... | |
FluidCircuitPathData (const Name_type &, const SourceNode_type &, const TargetNode_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
FluidCircuitPathData (::std::unique_ptr< Name_type >,::std::unique_ptr< SourceNode_type >,::std::unique_ptr< TargetNode_type >) | |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More... | |
FluidCircuitPathData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
FluidCircuitPathData (const FluidCircuitPathData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual FluidCircuitPathData * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
FluidCircuitPathData & | operator= (const FluidCircuitPathData &x) |
Copy assignment operator. More... | |
Additional Inherited Members | |
![]() | |
typedef ::xml_schema::string | Name_type |
Element type. More... | |
typedef ::xsd::cxx::tree::traits< Name_type, char > | Name_traits |
Element traits type. More... | |
typedef ::xml_schema::string | SourceNode_type |
Element type. More... | |
typedef ::xsd::cxx::tree::traits< SourceNode_type, char > | SourceNode_traits |
Element traits type. More... | |
typedef ::xml_schema::string | TargetNode_type |
Element type. More... | |
typedef ::xsd::cxx::tree::traits< TargetNode_type, char > | TargetNode_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | Switch_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Switch_type > | Switch_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Switch_type, char > | Switch_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | NextSwitch_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextSwitch_type > | NextSwitch_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextSwitch_type, char > | NextSwitch_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | Valve_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Valve_type > | Valve_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Valve_type, char > | Valve_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | NextValve_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextValve_type > | NextValve_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextValve_type, char > | NextValve_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | PolarizedState_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< PolarizedState_type > | PolarizedState_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< PolarizedState_type, char > | PolarizedState_traits |
Element traits type. More... | |
typedef ::mil::tatrc::physiology::datamodel::enumOpenClosed | NextPolarizedState_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< NextPolarizedState_type > | NextPolarizedState_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< NextPolarizedState_type, char > | NextPolarizedState_traits |
Element traits type. More... | |
![]() | |
typedef ::xml_schema::string | contentVersion_type |
Attribute type. More... | |
typedef ::xsd::cxx::tree::optional< contentVersion_type > | contentVersion_optional |
Attribute optional container type. More... | |
typedef ::xsd::cxx::tree::traits< contentVersion_type, char > | contentVersion_traits |
Attribute traits type. More... | |
Detailed Description
Class corresponding to the FluidCircuitPathData schema type.
Member Typedef Documentation
typedef ::xsd::cxx::tree::optional< CardiovascularRegion_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< CardiovascularRegion_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::enumResistancePathType mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion_type |
Element type.
typedef ::xsd::cxx::tree::optional< Compliance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< Compliance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance_type |
Element type.
typedef ::xsd::cxx::tree::optional< ComplianceBaseline_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< ComplianceBaseline_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline_type |
Element type.
typedef ::xsd::cxx::tree::optional< Flow_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< Flow_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow_type |
Element type.
typedef ::xsd::cxx::tree::optional< FlowSource_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< FlowSource_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource_type |
Element type.
typedef ::xsd::cxx::tree::optional< FlowSourceBaseline_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< FlowSourceBaseline_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline_type |
Element type.
typedef ::xsd::cxx::tree::optional< Inertance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< Inertance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance_type |
Element type.
typedef ::xsd::cxx::tree::optional< InertanceBaseline_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< InertanceBaseline_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextCompliance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextCompliance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowComplianceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextFlow_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextFlow_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextFlowSource_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextFlowSource_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarVolumePerTimeData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextInertance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextInertance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowInertanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextPressureSource_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextPressureSource_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource_type |
Element type.
typedef ::xsd::cxx::tree::optional< NextResistance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< NextResistance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance_type |
Element type.
typedef ::xsd::cxx::tree::optional< PressureSource_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< PressureSource_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource_type |
Element type.
typedef ::xsd::cxx::tree::optional< PressureSourceBaseline_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< PressureSourceBaseline_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline_type |
Element type.
typedef ::xsd::cxx::tree::optional< Resistance_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< Resistance_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance_type |
Element type.
typedef ::xsd::cxx::tree::optional< ResistanceBaseline_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< ResistanceBaseline_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarFlowResistanceData mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline_type |
Element type.
typedef ::xsd::cxx::tree::optional< ValveBreakdownPressure_type > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure_optional |
Element optional container type.
typedef ::xsd::cxx::tree::traits< ValveBreakdownPressure_type, char > mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarPressureData mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure_type |
Element type.
Constructor & Destructor Documentation
mil::tatrc::physiology::datamodel::FluidCircuitPathData::FluidCircuitPathData | ( | ) |
Default constructor.
Note that this constructor leaves required elements and attributes uninitialized.
mil::tatrc::physiology::datamodel::FluidCircuitPathData::FluidCircuitPathData | ( | const Name_type & | Name, |
const SourceNode_type & | SourceNode, | ||
const TargetNode_type & | TargetNode | ||
) |
Create an instance from the ultimate base and initializers for required elements and attributes.
mil::tatrc::physiology::datamodel::FluidCircuitPathData::FluidCircuitPathData | ( | ::std::unique_ptr< Name_type > | Name, |
::std::unique_ptr< SourceNode_type > | SourceNode, | ||
::std::unique_ptr< TargetNode_type > | TargetNode | ||
) |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version).
This constructor will try to use the passed values directly instead of making copies.
mil::tatrc::physiology::datamodel::FluidCircuitPathData::FluidCircuitPathData | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM element.
- Parameters
-
e A DOM element to extract the data from. f Flags to create the new instance with. c A pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::FluidCircuitPathData::FluidCircuitPathData | ( | const FluidCircuitPathData & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Copy constructor.
- Parameters
-
x An instance to make a copy of. f Flags to create the copy with. c A pointer to the object that will contain the copy.
For polymorphic object models use the _clone
function instead.
|
virtual |
Destructor.
Member Function Documentation
|
virtual |
Copy the instance polymorphically.
- Parameters
-
f Flags to create the copy with. c A pointer to the object that will contain the copy.
- Returns
- A pointer to the dynamically allocated copy.
This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.
Reimplemented from mil::tatrc::physiology::datamodel::CircuitPathData.
const FluidCircuitPathData::CardiovascularRegion_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::CardiovascularRegion_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion | ( | const CardiovascularRegion_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion | ( | const CardiovascularRegion_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::CardiovascularRegion | ( | ::std::unique_ptr< CardiovascularRegion_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::Compliance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::Compliance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance | ( | const Compliance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance | ( | const Compliance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Compliance | ( | ::std::unique_ptr< Compliance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::ComplianceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::ComplianceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline | ( | const ComplianceBaseline_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline | ( | const ComplianceBaseline_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ComplianceBaseline | ( | ::std::unique_ptr< ComplianceBaseline_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::Flow_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::Flow_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow | ( | const Flow_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow | ( | const Flow_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Flow | ( | ::std::unique_ptr< Flow_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::FlowSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::FlowSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource | ( | const FlowSource_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource | ( | const FlowSource_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSource | ( | ::std::unique_ptr< FlowSource_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::FlowSourceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::FlowSourceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline | ( | const FlowSourceBaseline_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline | ( | const FlowSourceBaseline_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::FlowSourceBaseline | ( | ::std::unique_ptr< FlowSourceBaseline_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::Inertance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::Inertance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance | ( | const Inertance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance | ( | const Inertance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Inertance | ( | ::std::unique_ptr< Inertance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::InertanceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::InertanceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline | ( | const InertanceBaseline_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline | ( | const InertanceBaseline_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::InertanceBaseline | ( | ::std::unique_ptr< InertanceBaseline_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextCompliance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextCompliance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance | ( | const NextCompliance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance | ( | const NextCompliance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextCompliance | ( | ::std::unique_ptr< NextCompliance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextFlow_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextFlow_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow | ( | const NextFlow_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow | ( | const NextFlow_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlow | ( | ::std::unique_ptr< NextFlow_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextFlowSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextFlowSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource | ( | const NextFlowSource_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource | ( | const NextFlowSource_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextFlowSource | ( | ::std::unique_ptr< NextFlowSource_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextInertance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextInertance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance | ( | const NextInertance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance | ( | const NextInertance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextInertance | ( | ::std::unique_ptr< NextInertance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextPressureSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextPressureSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource | ( | const NextPressureSource_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource | ( | const NextPressureSource_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextPressureSource | ( | ::std::unique_ptr< NextPressureSource_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::NextResistance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::NextResistance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance | ( | const NextResistance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance | ( | const NextResistance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::NextResistance | ( | ::std::unique_ptr< NextResistance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
FluidCircuitPathData & mil::tatrc::physiology::datamodel::FluidCircuitPathData::operator= | ( | const FluidCircuitPathData & | x | ) |
Copy assignment operator.
- Parameters
-
x An instance to make a copy of.
- Returns
- A reference to itself.
For polymorphic object models use the _clone
function instead.
const FluidCircuitPathData::PressureSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::PressureSource_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource | ( | const PressureSource_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource | ( | const PressureSource_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSource | ( | ::std::unique_ptr< PressureSource_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::PressureSourceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::PressureSourceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline | ( | const PressureSourceBaseline_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline | ( | const PressureSourceBaseline_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::PressureSourceBaseline | ( | ::std::unique_ptr< PressureSourceBaseline_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::Resistance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::Resistance_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance | ( | const Resistance_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance | ( | const Resistance_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::Resistance | ( | ::std::unique_ptr< Resistance_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::ResistanceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::ResistanceBaseline_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline | ( | const ResistanceBaseline_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline | ( | const ResistanceBaseline_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ResistanceBaseline | ( | ::std::unique_ptr< ResistanceBaseline_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const FluidCircuitPathData::ValveBreakdownPressure_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure | ( | ) | const |
Return a read-only (constant) reference to the element container.
- Returns
- A constant reference to the optional container.
FluidCircuitPathData::ValveBreakdownPressure_optional & mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure | ( | ) |
Return a read-write reference to the element container.
- Returns
- A reference to the optional container.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure | ( | const ValveBreakdownPressure_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure | ( | const ValveBreakdownPressure_optional & | x | ) |
Set the element value.
- Parameters
-
x An optional container with the new value to set.
If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.
void mil::tatrc::physiology::datamodel::FluidCircuitPathData::ValveBreakdownPressure | ( | ::std::unique_ptr< ValveBreakdownPressure_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.