Web Analytics Made Easy - Statcounter
Skip to content

File SBDTypeSpatialTransform.hpp#

FileList > DataModel > Type > SBDTypeSpatialTransform.hpp

  • #include "SBDTypeExport.hpp"
  • #include "SBCMetaRegister.hpp"
  • #include "SBDTypePhysicalVector3.hpp"
  • #include "SBDTypePhysicalVector6.hpp"
  • #include "SBDTypePhysicalMatrix33.hpp"
  • #include "SBDTypePhysicalMatrix66.hpp"
  • #include "SBCContainerVector.hpp"

Classes#

Type Name
class SBDTypeSpatialTransform
This class describes spatial transforms.

Public Types#

Type Name
typedef SBDTypeSpatialTransform SBSpatialTransform
The short name of SBDTypeSpatialTransform .

Public Functions#

Type Name
SB_REGISTER_TYPE (SBDTypeSpatialTransform, "SBSpatialTransform", "FC21B7FF-439E-7C4B-B503-2A1596EA823D")
std::ostream & operator<< (std::ostream & os, SBDTypeSpatialTransform & transform)

Public Types Documentation#

typedef SBSpatialTransform#

The short name of SBDTypeSpatialTransform .

typedef SBDTypeSpatialTransform SBSpatialTransform;


Public Functions Documentation#

function SB_REGISTER_TYPE#

SB_REGISTER_TYPE (
    SBDTypeSpatialTransform,
    "SBSpatialTransform",
    "FC21B7FF-439E-7C4B-B503-2A1596EA823D"
) 

function operator<<#

inline std::ostream & operator<< (
    std::ostream & os,
    SBDTypeSpatialTransform & transform
)