Plasma Engine  2.0
Loading...
Searching...
No Matches
plExtractor Class Reference
Inheritance diagram for plExtractor:

Public Member Functions

 plExtractor (const char *szName)
 
void SetName (const char *szName)
 Sets the name of the extractor.
 
const char * GetName () const
 returns the name of the extractor.
 
virtual void Extract (const plView &view, const plDynamicArray< const plGameObject * > &visibleObjects, plExtractedRenderData &ref_extractedRenderData)
 
virtual void PostSortAndBatch (const plView &view, const plDynamicArray< const plGameObject * > &visibleObjects, plExtractedRenderData &ref_extractedRenderData)
 
virtual plResult Serialize (plStreamWriter &inout_stream) const
 
virtual plResult Deserialize (plStreamReader &inout_stream)
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const plRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T >
PL_ALWAYS_INLINE bool IsInstanceOf () const
 Returns whether the type of this instance is of the given type or derived from it.
 

Protected Member Functions

bool FilterByViewTags (const plView &view, const plGameObject *pObject) const
 returns true if the given object should be filtered by view tags.
 
void ExtractRenderData (const plView &view, const plGameObject *pObject, plMsgExtractRenderData &msg, plExtractedRenderData &extractedRenderData) const
 extracts the render data for the given object.
 

Protected Attributes

plHybridArray< plHashedString, 4 > m_DependsOn
 

Friends

class plRenderPipeline
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

Member Function Documentation

◆ Extract()

void plExtractor::Extract ( const plView & view,
const plDynamicArray< const plGameObject * > & visibleObjects,
plExtractedRenderData & ref_extractedRenderData )
virtual

Reimplemented in plEditorShapeIconsExtractor.


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