Public Types | |
enum | MaterialSymetryType { UnknownType = 0, Isotropic = 1, IsotropeTrans = 2, Orthotrope = 3 } |
Public Member Functions | |
Dtk_Int32 | DtkDynamicType (const Dtk_Int32 &inId) |
Retrieves the dynamic entity type. More... | |
virtual int | DtkDynamicType (const int &inId)=0 |
virtual void | dump (FILE *file=stdout) |
Dtk_tab< Dtk_MetaDataPtr > const & | GetCustomData () |
Returns the material Custom data. More... | |
Dtk_ErrorStatus | GetDensity (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material density. More... | |
Dtk_ErrorStatus | GetHardeningRatio (Dtk_Double64 ouHardeningRatio[3]) const |
Returns the material Hardening Ratio. More... | |
Dtk_string | GetName () const |
Returns the material name. More... | |
Dtk_ErrorStatus | GetPoissonRatio (Dtk_Double64 outPoissonRatio[3]) const |
Returns the material Poisson Ratio. More... | |
Dtk_ErrorStatus | GetShearModulus (Dtk_Double64 outShearModulus[3], Dtk_string &outUnits) const |
Returns the material Shear Modulus. More... | |
virtual Dtk_Size_t | GetSize () const |
Dtk_ErrorStatus | GetSpecificHeat (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material Specific Heat. More... | |
Dtk_ErrorStatus | GetTensileStrength (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material Tensile Strength. More... | |
Dtk_ErrorStatus | GetThermalConductivity (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material Thermal Conductivity. More... | |
Dtk_ErrorStatus | GetThermalExpansion (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material Thermal Expansion. More... | |
MaterialSymetryType | GetType () const |
Returns the material type. More... | |
Dtk_string | GetTypeAsString () const |
Returns the material type as string. More... | |
Dtk_ErrorStatus | GetYieldStrength (Dtk_Double64 &outValue, Dtk_string &outUnits) const |
Returns the material Yield Strength. More... | |
Dtk_ErrorStatus | GetYoungModulus (Dtk_Double64 outYoungModulus[3], Dtk_string &outUnits) const |
Returns the material Young Modulus. More... | |
Dtk_ErrorStatus | SetCustomData (Dtk_tab< Dtk_MetaDataPtr > const &inCustomData) |
Set the material Custom data. More... | |
Dtk_ErrorStatus | SetDensity (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material density. More... | |
Dtk_ErrorStatus | SetHardeningRatio (Dtk_Double64 inHardeningRatio[3]) |
Set the material Hardening Ratio. More... | |
Dtk_ErrorStatus | SetPoissonRatio (Dtk_Double64 inPoissonRatio[3]) |
Set the material Poisson Ratio. More... | |
Dtk_ErrorStatus | SetShearModulus (Dtk_Double64 inShearModulus[3], const Dtk_string &inUnits) |
Set the material Shear Modulus. More... | |
Dtk_ErrorStatus | SetSpecificHeat (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material Specific Heat. More... | |
Dtk_ErrorStatus | SetTensileStrength (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material Tensile Strength. More... | |
Dtk_ErrorStatus | SetThermalConductivity (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material Thermal Conductivity. More... | |
Dtk_ErrorStatus | SetThermalExpansion (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material Thermal Expansion. More... | |
Dtk_ErrorStatus | SetYieldStrength (Dtk_Double64 inValue, const Dtk_string &inUnits) |
Set the material Yield Strength. More... | |
Dtk_ErrorStatus | SetYoungModulus (Dtk_Double64 inYoungModulus[3], const Dtk_string &inUnits) |
Set the material Young Modulus. More... | |
Static Public Member Functions | |
static Dtk_PhysicalMaterialInfosPtr | Create (const Dtk_string &inName, MaterialSymetryType inType) |
Create a Dtk_MaterialInfosPtr. More... | |
static Dtk_PhysicalMaterialInfos * | DtkDynamicCast (Dtk_Object *s) |
Performs a dynamic cast - doesn't need RTTI -. More... | |
Protected Types | |
enum | { _typeID = DTK_TYPE_OBJECT } |
enum | { _typeID = DTK_TYPE_MATERIAL_INFOS } |
Protected Member Functions | |
void | _copy (const Dtk_Object &s) |
void | _Copy (const Dtk_PhysicalMaterialInfos &inToBeCopied) |
void | _init () |
void | _Init () |
void | _reset () |
void | _Reset () |
virtual Dtk_Object * | Clone () |
Dtk_PhysicalMaterialInfos (const Dtk_PhysicalMaterialInfos &inToBeCopied) | |
\Copy Constructor{inToBeCopied} More... | |
Dtk_PhysicalMaterialInfos (const Dtk_string &inName, MaterialSymetryType inType) | |
virtual | ~Dtk_PhysicalMaterialInfos () |
Destructor. More... | |
Protected Attributes | |
Dtk_Handle * | _Private |
unsigned long | count_ |
Friends | |
class | Dtk_SmartPtr< Dtk_PhysicalMaterialInfos > |
|
protected |
\Copy Constructor{inToBeCopied}
|
protected |
|
protectedvirtual |
Destructor.
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |
|
protectedvirtual |
|
static |
Create a Dtk_MaterialInfosPtr.
inName | name. |
|
static |
Performs a dynamic cast - doesn't need RTTI -.
Retrieves the dynamic entity type.
|
pure virtualinherited |
Implemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, Dtk_TopologicalEntity, Dtk_MeshPolyline, Dtk_MeshSurface, Dtk_TransformedSurface, Dtk_FilletSurface, Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_RuledSurface, Dtk_LinearExtrusionSurface, Dtk_StandardRevolutionSurface, Dtk_RevolutionSurface, Dtk_PlaneSurface, Dtk_NurbsSurface, Dtk_Surface, Dtk_Hyperbola, Dtk_Parabola, Dtk_Ellipse, Dtk_Conic, Dtk_Line, Dtk_Polyline, Dtk_NurbsCurve, Dtk_Curve, Dtk_Point, Dtk_Constraint, Dtk_ConstraintReference, Dtk_AxisSystem, Dtk_Preview, Dtk_Entity, Dtk_picture, Dtk_OverrideSet, Dtk_OverrideInfo, Dtk_MainDoc, Dtk_Component, Dtk_Node, Dtk_DocElement, Dtk_Log, and Dtk_Properties.
|
virtualinherited |
Dtk_tab<Dtk_MetaDataPtr> const& Dtk_PhysicalMaterialInfos::GetCustomData | ( | ) |
Returns the material Custom data.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetDensity | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material density.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetHardeningRatio | ( | Dtk_Double64 | ouHardeningRatio[3] | ) | const |
Returns the material Hardening Ratio.
Dtk_string Dtk_PhysicalMaterialInfos::GetName | ( | ) | const |
Returns the material name.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetPoissonRatio | ( | Dtk_Double64 | outPoissonRatio[3] | ) | const |
Returns the material Poisson Ratio.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetShearModulus | ( | Dtk_Double64 | outShearModulus[3], |
Dtk_string & | outUnits | ||
) | const |
Returns the material Shear Modulus.
|
virtualinherited |
Reimplemented in Dtk_Shell, Dtk_Body, Dtk_Lump, Dtk_Volume, Dtk_Face, Dtk_Loop, Dtk_Coedge, Dtk_Edge, Dtk_Vertex, Dtk_mesh_face, Dtk_mesh, Dtk_TransformedSurface, Dtk_FilletSurface, Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_RuledSurface, Dtk_LinearExtrusionSurface, Dtk_StandardRevolutionSurface, Dtk_RevolutionSurface, Dtk_PlaneSurface, Dtk_NurbsSurface, Dtk_Surface, Dtk_Hyperbola, Dtk_Parabola, Dtk_Ellipse, Dtk_Conic, Dtk_Line, Dtk_Polyline, Dtk_NurbsCurve, Dtk_Curve, Dtk_Point, Dtk_Entity, and Dtk_Info.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetSpecificHeat | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material Specific Heat.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetTensileStrength | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material Tensile Strength.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetThermalConductivity | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material Thermal Conductivity.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetThermalExpansion | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material Thermal Expansion.
MaterialSymetryType Dtk_PhysicalMaterialInfos::GetType | ( | ) | const |
Returns the material type.
Dtk_string Dtk_PhysicalMaterialInfos::GetTypeAsString | ( | ) | const |
Returns the material type as string.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetYieldStrength | ( | Dtk_Double64 & | outValue, |
Dtk_string & | outUnits | ||
) | const |
Returns the material Yield Strength.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::GetYoungModulus | ( | Dtk_Double64 | outYoungModulus[3], |
Dtk_string & | outUnits | ||
) | const |
Returns the material Young Modulus.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetCustomData | ( | Dtk_tab< Dtk_MetaDataPtr > const & | inCustomData | ) |
Set the material Custom data.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetDensity | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material density.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetHardeningRatio | ( | Dtk_Double64 | inHardeningRatio[3] | ) |
Set the material Hardening Ratio.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetPoissonRatio | ( | Dtk_Double64 | inPoissonRatio[3] | ) |
Set the material Poisson Ratio.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetShearModulus | ( | Dtk_Double64 | inShearModulus[3], |
const Dtk_string & | inUnits | ||
) |
Set the material Shear Modulus.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetSpecificHeat | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material Specific Heat.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetTensileStrength | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material Tensile Strength.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetThermalConductivity | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material Thermal Conductivity.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetThermalExpansion | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material Thermal Expansion.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetYieldStrength | ( | Dtk_Double64 | inValue, |
const Dtk_string & | inUnits | ||
) |
Set the material Yield Strength.
Dtk_ErrorStatus Dtk_PhysicalMaterialInfos::SetYoungModulus | ( | Dtk_Double64 | inYoungModulus[3], |
const Dtk_string & | inUnits | ||
) |
Set the material Young Modulus.
|
friend |
|
protected |
|
protectedinherited |