|
VTK
9.0.1
|
This is the complete list of members for vtkOpenGLUniforms, including all inherited members.
| AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
| AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
| AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | inline |
| AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
| AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | inline |
| BreakOnError() | vtkObject | static |
| CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
| Debug | vtkObject | protected |
| DebugOff() | vtkObject | virtual |
| DebugOn() | vtkObject | virtual |
| Delete() | vtkObjectBase | virtual |
| FastDelete() | vtkObjectBase | virtual |
| GetClassName() const | vtkObjectBase | |
| GetCommand(unsigned long tag) | vtkObject | |
| GetDebug() | vtkObject | |
| GetDeclarations() | vtkOpenGLUniforms | |
| GetGlobalWarningDisplay() | vtkObject | static |
| GetMTime() | vtkObject | virtual |
| GetNthUniformName(vtkIdType uniformIndex) override | vtkOpenGLUniforms | virtual |
| GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
| GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
| GetNumberOfUniforms() override | vtkOpenGLUniforms | virtual |
| GetReferenceCount() | vtkObjectBase | inline |
| GetUniform(const char *name, std::vector< int > &value) override | vtkOpenGLUniforms | virtual |
| GetUniform(const char *name, std::vector< float > &value) override | vtkOpenGLUniforms | virtual |
| GetUniform1fv(const char *name, std::vector< float > &f) override | vtkOpenGLUniforms | virtual |
| GetUniform1iv(const char *name, std::vector< int > &f) override | vtkOpenGLUniforms | virtual |
| GetUniform2f(const char *name, float v[2]) override | vtkOpenGLUniforms | virtual |
| GetUniform2fv(const char *name, std::vector< float > &f) override | vtkOpenGLUniforms | virtual |
| GetUniform2i(const char *name, int v[2]) override | vtkOpenGLUniforms | virtual |
| GetUniform3f(const char *name, float v[3]) override | vtkOpenGLUniforms | virtual |
| GetUniform3f(const char *name, double v[3]) override | vtkOpenGLUniforms | virtual |
| GetUniform3fv(const char *name, std::vector< float > &f) override | vtkOpenGLUniforms | virtual |
| GetUniform3uc(const char *name, unsigned char v[3]) override | vtkOpenGLUniforms | virtual |
| GetUniform4f(const char *name, float v[4]) override | vtkOpenGLUniforms | virtual |
| GetUniform4fv(const char *name, std::vector< float > &f) override | vtkOpenGLUniforms | virtual |
| GetUniform4uc(const char *name, unsigned char v[4]) override | vtkOpenGLUniforms | virtual |
| GetUniformf(const char *name, float &v) override | vtkOpenGLUniforms | virtual |
| GetUniformi(const char *name, int &v) override | vtkOpenGLUniforms | virtual |
| GetUniformListMTime() override | vtkOpenGLUniforms | virtual |
| GetUniformMatrix(const char *name, vtkMatrix3x3 *v) override | vtkOpenGLUniforms | virtual |
| GetUniformMatrix(const char *name, vtkMatrix4x4 *v) override | vtkOpenGLUniforms | virtual |
| GetUniformMatrix3x3(const char *name, float *v) override | vtkOpenGLUniforms | virtual |
| GetUniformMatrix4x4(const char *name, float *v) override | vtkOpenGLUniforms | virtual |
| GetUniformMatrix4x4v(const char *name, std::vector< float > &f) override | vtkOpenGLUniforms | virtual |
| GetUniformNumberOfComponents(const char *name) override | vtkOpenGLUniforms | virtual |
| GetUniformNumberOfTuples(const char *name) override | vtkOpenGLUniforms | virtual |
| GetUniformScalarType(const char *name) override | vtkOpenGLUniforms | virtual |
| GetUniformTupleType(const char *name) override | vtkOpenGLUniforms | virtual |
| GlobalWarningDisplayOff() | vtkObject | inlinestatic |
| GlobalWarningDisplayOn() | vtkObject | inlinestatic |
| HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
| HasObserver(const char *event, vtkCommand *) | vtkObject | |
| HasObserver(unsigned long event) | vtkObject | |
| HasObserver(const char *event) | vtkObject | |
| InitializeObjectBase() | vtkObjectBase | |
| InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
| InternalReleaseFocus() | vtkObject | protected |
| InvokeEvent(unsigned long event, void *callData) | vtkObject | |
| InvokeEvent(const char *event, void *callData) | vtkObject | |
| InvokeEvent(unsigned long event) | vtkObject | inline |
| InvokeEvent(const char *event) | vtkObject | inline |
| IsA(const char *type) | vtkOpenGLUniforms | virtual |
| IsTypeOf(const char *type) | vtkOpenGLUniforms | static |
| Modified() | vtkObject | virtual |
| MTime | vtkObject | protected |
| New() | vtkOpenGLUniforms | static |
| NewInstance() const | vtkOpenGLUniforms | |
| NewInstanceInternal() const | vtkOpenGLUniforms | protectedvirtual |
| NumberOfTupleTypes enum value | vtkUniforms | |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| PrintRevisions(ostream &) | vtkObjectBase | inline |
| PrintSelf(ostream &os, vtkIndent indent) override | vtkOpenGLUniforms | virtual |
| PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| ReferenceCount | vtkObjectBase | protected |
| Register(vtkObjectBase *o) | vtkObjectBase | virtual |
| RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| RemoveAllObservers() | vtkObject | |
| RemoveAllUniforms() override | vtkOpenGLUniforms | virtual |
| RemoveObserver(vtkCommand *) | vtkObject | |
| RemoveObserver(unsigned long tag) | vtkObject | |
| RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
| RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
| RemoveObservers(unsigned long event) | vtkObject | |
| RemoveObservers(const char *event) | vtkObject | |
| RemoveUniform(const char *name) override | vtkOpenGLUniforms | virtual |
| ReportReferences(vtkGarbageCollector *) | vtkObjectBase | protectedvirtual |
| SafeDownCast(vtkObjectBase *o) | vtkOpenGLUniforms | static |
| ScalarTypeToString(int scalaType) | vtkUniforms | static |
| SetDebug(bool debugFlag) | vtkObject | |
| SetGlobalWarningDisplay(int val) | vtkObject | static |
| SetReferenceCount(int) | vtkObjectBase | |
| SetUniform(const char *name, vtkUniforms::TupleType tt, int nbComponents, const std::vector< int > &value) override | vtkOpenGLUniforms | virtual |
| SetUniform(const char *name, vtkUniforms::TupleType tt, int nbComponents, const std::vector< float > &value) override | vtkOpenGLUniforms | virtual |
| SetUniform1fv(const char *name, const int count, const float *f) override | vtkOpenGLUniforms | virtual |
| SetUniform1iv(const char *name, const int count, const int *f) override | vtkOpenGLUniforms | virtual |
| SetUniform2f(const char *name, const float v[2]) override | vtkOpenGLUniforms | virtual |
| SetUniform2fv(const char *name, const int count, const float(*f)[2]) override | vtkOpenGLUniforms | virtual |
| SetUniform2i(const char *name, const int v[2]) override | vtkOpenGLUniforms | virtual |
| SetUniform3f(const char *name, const float v[3]) override | vtkOpenGLUniforms | virtual |
| SetUniform3f(const char *name, const double v[3]) override | vtkOpenGLUniforms | virtual |
| SetUniform3fv(const char *name, const int count, const float(*f)[3]) override | vtkOpenGLUniforms | virtual |
| SetUniform3uc(const char *name, const unsigned char v[3]) override | vtkOpenGLUniforms | virtual |
| SetUniform4f(const char *name, const float v[4]) override | vtkOpenGLUniforms | virtual |
| SetUniform4fv(const char *name, const int count, const float(*f)[4]) override | vtkOpenGLUniforms | virtual |
| SetUniform4uc(const char *name, const unsigned char v[4]) override | vtkOpenGLUniforms | virtual |
| SetUniformf(const char *name, float v) override | vtkOpenGLUniforms | virtual |
| SetUniformi(const char *name, int v) override | vtkOpenGLUniforms | virtual |
| SetUniformMatrix(const char *name, vtkMatrix3x3 *v) override | vtkOpenGLUniforms | virtual |
| SetUniformMatrix(const char *name, vtkMatrix4x4 *v) override | vtkOpenGLUniforms | virtual |
| SetUniformMatrix3x3(const char *name, float *v) override | vtkOpenGLUniforms | virtual |
| SetUniformMatrix4x4(const char *name, float *v) override | vtkOpenGLUniforms | virtual |
| SetUniformMatrix4x4v(const char *name, const int count, float *v) override | vtkOpenGLUniforms | virtual |
| SetUniforms(vtkShaderProgram *p) | vtkOpenGLUniforms | |
| StringToScalarType(const std::string &s) | vtkUniforms | static |
| StringToTupleType(const std::string &s) | vtkUniforms | static |
| SubjectHelper | vtkObject | protected |
| Superclass typedef | vtkOpenGLUniforms | |
| TupleType enum name | vtkUniforms | |
| TupleTypeInvalid enum value | vtkUniforms | |
| TupleTypeMatrix enum value | vtkUniforms | |
| TupleTypeScalar enum value | vtkUniforms | |
| TupleTypeToString(TupleType tt) | vtkUniforms | static |
| TupleTypeVector enum value | vtkUniforms | |
| UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
| UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
| vtkObject() | vtkObject | protected |
| vtkObjectBase() | vtkObjectBase | protected |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| vtkOpenGLUniforms() | vtkOpenGLUniforms | protected |
| vtkUniforms() | vtkUniforms | inlineprotected |
| WeakPointers | vtkObjectBase | protected |
| ~vtkObject() override | vtkObject | protected |
| ~vtkObjectBase() | vtkObjectBase | protectedvirtual |
| ~vtkOpenGLUniforms() override | vtkOpenGLUniforms | protected |
| ~vtkUniforms() override | vtkUniforms | inlineprotected |
1.8.17