Cortex  10.0.0-a4
IECoreRI::Renderer Member List

This is the complete list of members for IECoreRI::Renderer, including all inherited members.

addRef() const IECore::RefCountedinline
attributeBegin() overrideIECoreRI::Renderervirtual
attributeEnd() overrideIECoreRI::Renderervirtual
BaseClass typedefIECore::RunTimeTyped
baseTypeId()IECore::RunTimeTypedstatic
baseTypeId(TypeId typeId)IECore::RunTimeTypedstatic
baseTypeIds(TypeId typeId)IECore::RunTimeTypedstatic
baseTypeName()IECore::RunTimeTypedstatic
baseTypeRegistry() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
BaseTypeRegistryMap typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
BaseTypesRegistryMap typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
camera(const std::string &name, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
command(const std::string &name, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
completeBaseTypesRegistry() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
completeDerivedTypesRegistry() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
concatTransform(const Imath::M44f &m) overrideIECoreRI::Renderervirtual
coordinateSystem(const std::string &name) overrideIECoreRI::Renderervirtual
curves(const IECore::CubicBasisf &basis, bool periodic, IECore::ConstIntVectorDataPtr numVertices, const IECore::PrimitiveVariableMap &primVars) override (defined in IECoreRI::Renderer)IECoreRI::Renderer
IECore::Renderer::curves(const CubicBasisf &basis, bool periodic, ConstIntVectorDataPtr numVertices, const IECore::PrimitiveVariableMap &primVars)=0IECore::Rendererpure virtual
derivedTypeIds(TypeId typeId)IECore::RunTimeTypedstatic
derivedTypeIdsWalk(TypeId typeId, std::set< TypeId > &) (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
derivedTypesRegistry() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
DerivedTypesRegistryMap typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
disk(float radius, float z, float thetaMax, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
display(const std::string &name, const std::string &type, const std::string &data, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
editBegin(const std::string &name, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
editEnd() overrideIECoreRI::Renderervirtual
g_baseTypeIdsMutex (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
g_derivedTypeIdsMutex (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
geometry(const std::string &type, const IECore::CompoundDataMap &topology, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
getAttribute(const std::string &name) const overrideIECoreRI::Renderervirtual
getOption(const std::string &name) const overrideIECoreRI::Renderervirtual
getTransform() const overrideIECoreRI::Renderervirtual
getTransform(const std::string &coordinateSystem) const overrideIECoreRI::Renderervirtual
IE_CORE_DECLAREMEMBERPTR(RunTimeTyped) (defined in IECore::RunTimeTyped)IECore::RunTimeTyped
IE_CORE_DECLAREMEMBERPTR(RefCounted) (defined in IECore::RefCounted)IECore::RefCounted
IE_CORE_DECLAREPTR(Procedural) (defined in IECore::Renderer)IECore::Renderer
IE_CORE_DECLAREPTR(ExternalProcedural) (defined in IECore::Renderer)IECore::Renderer
IE_CORE_DECLARERUNTIMETYPED(Renderer, RunTimeTyped) (defined in IECore::Renderer)IECore::Renderer
IE_CORE_DECLARERUNTIMETYPEDEXTENSION(IECoreRI::Renderer, RendererTypeId, IECore::Renderer) (defined in IECoreRI::Renderer)IECoreRI::Renderer
illuminate(const std::string &lightHandle, bool on) overrideIECoreRI::Renderervirtual
image(const Imath::Box2i &dataWindow, const Imath::Box2i &displayWindow, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
inheritsFrom(TypeId typeId)IECore::RunTimeTypedstatic
inheritsFrom(const char *typeName)IECore::RunTimeTypedstatic
inheritsFrom(TypeId type, TypeId baseType)IECore::RunTimeTypedstatic
inheritsFrom(const char *typeName, const char *baseTypeName)IECore::RunTimeTypedstatic
instance(const std::string &name) overrideIECoreRI::Renderervirtual
instanceBegin(const std::string &name, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
instanceEnd() overrideIECoreRI::Renderervirtual
isInstanceOf(TypeId typeId) const IECore::RunTimeTypedvirtual
isInstanceOf(const char *typeName) const IECore::RunTimeTypedvirtual
light(const std::string &name, const std::string &handle, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
mesh(IECore::ConstIntVectorDataPtr vertsPerFace, IECore::ConstIntVectorDataPtr vertIds, const std::string &interpolation, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderer
IECore::Renderer::mesh(ConstIntVectorDataPtr vertsPerFace, ConstIntVectorDataPtr vertIds, const std::string &interpolation, const PrimitiveVariableMap &primVars)=0IECore::Rendererpure virtual
motionBegin(const std::set< float > &times) overrideIECoreRI::Renderervirtual
motionEnd() overrideIECoreRI::Renderervirtual
Mutex typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
nurbs(int uOrder, IECore::ConstFloatVectorDataPtr uKnot, float uMin, float uMax, int vOrder, IECore::ConstFloatVectorDataPtr vKnot, float vMin, float vMax, const IECore::PrimitiveVariableMap &primVars) override (defined in IECoreRI::Renderer)IECoreRI::Renderer
IECore::Renderer::nurbs(int uOrder, ConstFloatVectorDataPtr uKnot, float uMin, float uMax, int vOrder, ConstFloatVectorDataPtr vKnot, float vMin, float vMax, const PrimitiveVariableMap &primVars)=0IECore::Rendererpure virtual
patchMesh(const IECore::CubicBasisf &uBasis, const IECore::CubicBasisf &vBasis, int nu, bool uPeriodic, int nv, bool vPeriodic, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
points(size_t numPoints, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
procedural(IECore::Renderer::ProceduralPtr proc) overrideIECoreRI::Renderer
IECore::Renderer::procedural(ProceduralPtr proc)=0IECore::Rendererpure virtual
refCount() const IECore::RefCountedinline
RefCount typedef (defined in IECore::RefCounted)IECore::RefCounted
RefCounted() (defined in IECore::RefCounted)IECore::RefCounted
registerType(TypeId derivedTypeId, const char *derivedTypeName, TypeId baseTypeId)IECore::RunTimeTypedstatic
removeRef() const IECore::RefCountedinline
Renderer()IECoreRI::Renderer
Renderer(const std::string &name)IECoreRI::Renderer
RendererImplementation (defined in IECoreRI::Renderer)IECoreRI::Rendererfriend
RunTimeTyped() (defined in IECore::RunTimeTyped)IECore::RunTimeTyped
setAttribute(const std::string &name, IECore::ConstDataPtr value) overrideIECoreRI::Renderer
IECore::Renderer::setAttribute(const std::string &name, ConstDataPtr value)=0IECore::Rendererpure virtual
setOption(const std::string &name, IECore::ConstDataPtr value) overrideIECoreRI::Renderer
IECore::Renderer::setOption(const std::string &name, ConstDataPtr value)=0IECore::Rendererpure virtual
setTransform(const Imath::M44f &m) overrideIECoreRI::Renderervirtual
setTransform(const std::string &coordinateSystem) overrideIECoreRI::Renderervirtual
shader(const std::string &type, const std::string &name, const IECore::CompoundDataMap &parameters) overrideIECoreRI::Renderervirtual
sphere(float radius, float zMin, float zMax, float thetaMax, const IECore::PrimitiveVariableMap &primVars) overrideIECoreRI::Renderervirtual
staticTypeId()IECore::RunTimeTypedstatic
staticTypeName()IECore::RunTimeTypedstatic
text(const std::string &font, const std::string &text, float kerning=1.0f, const IECore::PrimitiveVariableMap &primVars=IECore::PrimitiveVariableMap()) overrideIECoreRI::Renderervirtual
transformBegin() overrideIECoreRI::Renderervirtual
transformEnd() overrideIECoreRI::Renderervirtual
typeId() const IECore::RunTimeTypedvirtual
typeIdFromTypeName(const char *typeName)IECore::RunTimeTypedstatic
typeIdsToTypeNames() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
TypeIdsToTypeNamesMap typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
typeName() const IECore::RunTimeTypedvirtual
typeNameFromTypeId(TypeId typeId)IECore::RunTimeTypedstatic
typeNamesToTypeIds() (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotectedstatic
TypeNamesToTypeIdsMap typedef (defined in IECore::RunTimeTyped)IECore::RunTimeTypedprotected
worldBegin() overrideIECoreRI::Renderervirtual
worldEnd() overrideIECoreRI::Renderervirtual
~RefCounted() (defined in IECore::RefCounted)IECore::RefCountedprotectedvirtual
~Renderer() override (defined in IECoreRI::Renderer)IECoreRI::Renderer
~RunTimeTyped() override (defined in IECore::RunTimeTyped)IECore::RunTimeTyped