![]() |
AGX Dynamics 2.40.0.0
|
#include <agxModel/export.h>
#include <agxStream/Serializable.h>
#include <agx/List.h>
#include <agx/Vector.h>
#include <agxUtil/agxUtil.h>
#include <agxPowerLine/PhysicalDimension.h>
#include <agx/LookupTables.h>
Go to the source code of this file.
Classes | |
class | agxPowerLine::Connection |
class | agxPowerLine::LinearLookupTable |
Linear interpolation between the inserted variable/value pairs. More... | |
class | agxPowerLine::LookupTable |
Return a value of y given any value of x. More... | |
class | agxPowerLine::PowerGenerator |
Will generate power by adding a load to a physical dimension. More... | |
class | agxPowerLine::PowerTimeIntegralLookupTable |
A lookup table used for power time integral (torque for rotational power, force for translational power) More... | |
Namespaces | |
namespace | agxPowerLine |
agxPowerLine contains a collection of connected components that transport power across a system. | |
namespace | agxPowerLine::detail |
Typedefs | |
typedef agx::ref_ptr< LinearLookupTable > | agxPowerLine::LinearLookupTableRef |
typedef agx::ref_ptr< PowerTimeIntegralLookupTable > | agxPowerLine::PowerTimeIntegralLookupTableRef |
typedef agx::observer_ptr< Unit > | agxPowerLine::UnitObserver |
typedef agx::HashVector< UnitRef, bool > | agxPowerLine::UnitRefBoolHashVector |
Functions | |
AGXMODEL_EXPORT agxPowerLine::PhysicalDimension::Type | agxPowerLine::getDimensionType (const std::string &dimensionName) |