HoverRace  2.0
Public Member Functions | Private Types | List of all members
HoverRace::Model::SurfaceElement Class Reference

#include <MazeElement.h>

+ Inheritance diagram for HoverRace::Model::SurfaceElement:

Public Member Functions

 SurfaceElement (const Util::ObjectFromFactoryId &id)
 
virtual ~SurfaceElement ()
 
virtual void RenderHorizontalSurface (VideoServices::Viewport3D *pDest, int pNbVertex, const MR_2DCoordinate *pVertexList, MR_Int32 pLevel, BOOL pTop, MR_SimulationTime pTime)
 
virtual void RenderWallSurface (VideoServices::Viewport3D *pDest, const MR_3DCoordinate &pUpperLeft, const MR_3DCoordinate &pLowerRight, MR_Int32 pLen, MR_SimulationTime pTime)
 
- Public Member Functions inherited from HoverRace::Model::Element
 Element (const Util::ObjectFromFactoryId &id)
 
virtual ~Element ()
 
virtual void AddRenderer ()
 
virtual void ApplyEffect (const ContactEffect *pEffect, MR_SimulationTime pTime, MR_SimulationTime pDuration, BOOL pValidDirection, MR_Angle pHorizontalDirection, MR_Int32 pZMin, MR_Int32 pZMax, Track &track)
 
void ApplyEffects (const ContactEffectList *pList, MR_SimulationTime pTime, MR_SimulationTime pDuration, BOOL pValidDirection, MR_Angle pHorizontalDirection, MR_Int32 pZMin, MR_Int32 pZMax, Track &track)
 
virtual const ContactEffectListGetEffectList ()
 
void Serialize (Parcel::ObjStream &) overridefinal
 
- Public Member Functions inherited from HoverRace::Util::ObjectFromFactory
 ObjectFromFactory (const ObjectFromFactoryId &pId) noexcept
 
virtual ~ObjectFromFactory ()
 
const ObjectFromFactoryIdGetTypeId () const noexcept
 

Private Types

using SUPER = Element
 

Additional Inherited Members

- Static Public Member Functions inherited from HoverRace::Util::ObjectFromFactory
template<class T >
static void SerializeShared (Parcel::ObjStream &archive, typename std::enable_if< std::is_base_of< ObjectFromFactory, T >::value, std::shared_ptr< T >>::type &obj)
 Serialize a shared pointer to a serializable object. More...
 

Member Typedef Documentation

Constructor & Destructor Documentation

HoverRace::Model::SurfaceElement::SurfaceElement ( const Util::ObjectFromFactoryId id)
inline
virtual HoverRace::Model::SurfaceElement::~SurfaceElement ( )
inlinevirtual

Member Function Documentation

virtual void HoverRace::Model::SurfaceElement::RenderHorizontalSurface ( VideoServices::Viewport3D pDest,
int  pNbVertex,
const MR_2DCoordinate pVertexList,
MR_Int32  pLevel,
BOOL  pTop,
MR_SimulationTime  pTime 
)
inlinevirtual
virtual void HoverRace::Model::SurfaceElement::RenderWallSurface ( VideoServices::Viewport3D pDest,
const MR_3DCoordinate pUpperLeft,
const MR_3DCoordinate pLowerRight,
MR_Int32  pLen,
MR_SimulationTime  pTime 
)
inlinevirtual

The documentation for this class was generated from the following file: