Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOShaderUniformTypeMethodSignatureTemplateClass Class Reference
+ Inheritance diagram for OOShaderUniformTypeMethodSignatureTemplateClass:
+ Collaboration diagram for OOShaderUniformTypeMethodSignatureTemplateClass:

Instance Methods

(float) - floatMethod
 
(double) - doubleMethod
 
(signed char) - signedCharMethod
 
(unsigned char) - unsignedCharMethod
 
(signed short) - signedShortMethod
 
(unsigned short) - unsignedShortMethod
 
(signed int- signedIntMethod
 
(unsigned int- unsignedIntMethod
 
(signed long- signedLongMethod
 
(unsigned long- unsignedLongMethod
 
(Vector) - vectorMethod
 
(HPVector) - hpvectorMethod
 
(Quaternion) - quaternionMethod
 
(OOMatrix) - matrixMethod
 
(NSPoint) - pointMethod
 
(id) - idMethod
 

Detailed Description

Definition at line 81 of file OOShaderUniformMethodType.m.

Method Documentation

◆ doubleMethod

- (double) doubleMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

202{
203 return 0.0;
204}

References kOOShaderUniformTypeDouble, and kOOShaderUniformTypeFloat.

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ floatMethod

- (float) floatMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

196{
197 return 0.0f;
198}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ hpvectorMethod

- (HPVector) hpvectorMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

215{
216 HPVector v = {0};
217 return v;
218}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ idMethod

- (id) idMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

241{
242 return nil;
243}
return nil

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ matrixMethod

- (OOMatrix) matrixMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

229{
230 return kZeroMatrix;
231}
const OOMatrix kZeroMatrix
Definition OOMatrix.m:38

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ pointMethod

- (NSPoint) pointMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

235{
236 return NSZeroPoint;
237}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ quaternionMethod

- (Quaternion) quaternionMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

222{
223 Quaternion q = {0};
224 return q;
225}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ signedCharMethod

- (signed char) signedCharMethod

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ signedIntMethod

- (signed int) signedIntMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

172{
173 return 0;
174}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ signedLongMethod

- (signed long) signedLongMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

184{
185 return 0;
186}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ signedShortMethod

- (signed short) signedShortMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

160{
161 return 0;
162}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ unsignedCharMethod

- (unsigned char) unsignedCharMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

154{
155 return 0;
156}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ unsignedIntMethod

- (unsigned int) unsignedIntMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

178{
179 return 0;
180}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ unsignedLongMethod

- (unsigned long) unsignedLongMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

190{
191 return 0;
192}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ unsignedShortMethod

- (unsigned short) unsignedShortMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

166{
167 return 0;
168}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

◆ vectorMethod

- (Vector) vectorMethod

Definition at line 288 of file OOShaderUniformMethodType.m.

208{
209 Vector v = {0};
210 return v;
211}

Referenced by InitTemplates().

+ Here is the caller graph for this function:

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