19#ifndef AGXHYDRAULICS_PRESSURE_CONNECTOR_H
20#define AGXHYDRAULICS_PRESSURE_CONNECTOR_H
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXHYDRAULICS_EXPORT
#define AGX_DECLARE_VECTOR_TYPES(type)
The PressureConnector is an abstract base class for all Connectors that has a pressure.
virtual bool restore(agxStream::StorageStream &str)
Restores internal data from stream.
virtual agx::Real getPressure() const =0
virtual bool store(agxStream::StorageStream &str) const
Stores internal data into stream.
virtual ~PressureConnector()
Links two connections together.
virtual bool store(agxStream::StorageStream &str) const override
Stores internal data for this segment into stream.
virtual bool restore(agxStream::StorageStream &str) override
Restores internal data from stream.
Abstract base class for storing/restoring a line/drums with version control.
The agxHydraulics namespace contains classes for modeling hydraulic circuits within the power line fr...