Project

General

Profile

SO3Engine
SO3::SCompositorTechnique Class Reference

#include <SO3CompositorTechnique.h>

Inheritance diagram for SO3::SCompositorTechnique:
SO3::SData

Public Member Functions

 SCompositorTechnique (SCompositor *compositor, Ogre::CompositionTechnique *ogreCompositionTechniqueRef, int techId)
 
 ~SCompositorTechnique ()
 
SCompositorGetParentCompositor ()
 
Ogre::CompositionTechnique * GetOgreCompositionTechniquePointer ()
 
int GetNumCompositorTargets ()
 
SCompositorTargetGetCompositorTarget (const unsigned int &target)
 
int GetCompositorTargetIndexByName (const std::string &targetName)
 
- Public Member Functions inherited from SO3::SData
 SData (const std::string &dataName)
 
virtual ~SData ()
 
std::string GetName () const
 
SUserObjectBindingsGetUserObjectBindings ()
 
const SUserObjectBindingsGetUserObjectBindings () const
 

Additional Inherited Members

- Protected Attributes inherited from SO3::SData
std::string name
 

Detailed Description

Definition at line 38 of file SO3CompositorTechnique.h.

Constructor & Destructor Documentation

◆ SCompositorTechnique()

SO3::SCompositorTechnique::SCompositorTechnique ( SCompositor compositor,
Ogre::CompositionTechnique *  ogreCompositionTechniqueRef,
int  techId 
)

Definition at line 12 of file SO3CompositorTechnique.cpp.

◆ ~SCompositorTechnique()

SO3::SCompositorTechnique::~SCompositorTechnique ( )

Definition at line 37 of file SO3CompositorTechnique.cpp.

Member Function Documentation

◆ GetCompositorTarget()

SCompositorTarget * SO3::SCompositorTechnique::GetCompositorTarget ( const unsigned int &  target)

Definition at line 65 of file SO3CompositorTechnique.cpp.

◆ GetCompositorTargetIndexByName()

int SO3::SCompositorTechnique::GetCompositorTargetIndexByName ( const std::string &  targetName)

Definition at line 73 of file SO3CompositorTechnique.cpp.

◆ GetNumCompositorTargets()

int SO3::SCompositorTechnique::GetNumCompositorTargets ( )

Definition at line 60 of file SO3CompositorTechnique.cpp.

◆ GetOgreCompositionTechniquePointer()

Ogre::CompositionTechnique * SO3::SCompositorTechnique::GetOgreCompositionTechniquePointer ( )

Definition at line 50 of file SO3CompositorTechnique.cpp.

◆ GetParentCompositor()

SCompositor * SO3::SCompositorTechnique::GetParentCompositor ( )

Definition at line 55 of file SO3CompositorTechnique.cpp.


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