~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/X3DNodes.TNurbsPositionInterpolatorNode_2.html

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<title>Castle Game Engine: X3DNodes: Class TNurbsPositionInterpolatorNode_2</title>
 
5
<meta name="generator" content="PasDoc 0.12.1">
 
6
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 
7
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
 
8
</head>
 
9
<body>
 
10
<table class="container"><tr><td class="navigation">
 
11
<h2>Castle Game Engine</h2><p><a href="introduction.html" class="navigation">Introduction</a></p><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
 
12
<a name="TNurbsPositionInterpolatorNode_2"></a><h1 class="cio">Class TNurbsPositionInterpolatorNode_2</h1>
 
13
<table class="sections wide_list">
 
14
<tr>
 
15
<td><a class="section" href="#PasDoc-Description">Description</a></td><td><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#PasDoc-Methods">Methods</a></td><td><a class="section" href="#PasDoc-Properties">Properties</a></td></tr></table>
 
16
<a name="PasDoc-Description"></a><h2 class="unit">Unit</h2>
 
17
<p class="unitlink">
 
18
<a  href="X3DNodes.html">X3DNodes</a></p>
 
19
<h2 class="declaration">Declaration</h2>
 
20
<p class="declaration">
 
21
<code>type TNurbsPositionInterpolatorNode_2 = class(<a class="normal" href="X3DNodes.TAbstractChildNode.html">TAbstractChildNode</a>)</code></p>
 
22
<h2 class="description">Description</h2>
 
23
<div class="nodescription">no description available, TAbstractChildNode description follows</div><div class="nodescription">no description available, TAbstractNode description follows</div><p>
 
24
Base X3D node.
 
25
 
 
26
<p>Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)</p>
 
27
<a name="PasDoc-Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
 
28
<ul class="hierarchy"><li class="ancestor">TPersistent</li>
 
29
<li class="ancestor"><a class="normal" href="CastleInterfaces.TNonRefCountedInterfacedPersistent.html">TNonRefCountedInterfacedPersistent</a></li>
 
30
<li class="ancestor"><a class="normal" href="X3DFields.TX3DFileItem.html">TX3DFileItem</a></li>
 
31
<li class="ancestor"><a class="normal" href="X3DNodes.TX3DNode.html">TX3DNode</a></li>
 
32
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractNode.html">TAbstractNode</a></li>
 
33
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractChildNode.html">TAbstractChildNode</a></li>
 
34
<li class="thisitem">TNurbsPositionInterpolatorNode_2</li></ul><h2 class="overview">Overview</h2>
 
35
<a name="PasDoc-Methods"></a><h3 class="summary">Methods</h3>
 
36
<table class="summary wide_list">
 
37
<tr class="list">
 
38
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
39
<td class="itemcode"><code>procedure <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#CreateNode">CreateNode</a></b>; override;</code></td>
 
40
</tr>
 
41
<tr class="list2">
 
42
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
43
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#ClassNodeTypeName">ClassNodeTypeName</a></b>: string; override;</code></td>
 
44
</tr>
 
45
<tr class="list">
 
46
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
47
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#URNMatching">URNMatching</a></b>(const URN: string): boolean; override;</code></td>
 
48
</tr>
 
49
<tr class="list2">
 
50
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
51
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#ForVRMLVersion">ForVRMLVersion</a></b>(const Version: <a  href="X3DNodes.html#TX3DVersion">TX3DVersion</a>): boolean; override;</code></td>
 
52
</tr>
 
53
</table>
 
54
<a name="PasDoc-Properties"></a><h3 class="summary">Properties</h3>
 
55
<table class="summary wide_list">
 
56
<tr class="list">
 
57
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
58
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#Eventset_fraction">Eventset_fraction</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventset_fraction;</code></td>
 
59
</tr>
 
60
<tr class="list2">
 
61
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
62
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#Fddimension">Fddimension</a></b>: <a  href="X3DFields.TSFInt32.html">TSFInt32</a> read FFddimension;</code></td>
 
63
</tr>
 
64
<tr class="list">
 
65
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
66
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#FdkeyValue">FdkeyValue</a></b>: <a  href="X3DFields.TMFVec3f.html">TMFVec3f</a> read FFdkeyValue;</code></td>
 
67
</tr>
 
68
<tr class="list2">
 
69
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
70
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#FdkeyWeight">FdkeyWeight</a></b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdkeyWeight;</code></td>
 
71
</tr>
 
72
<tr class="list">
 
73
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
74
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#Fdknot">Fdknot</a></b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdknot;</code></td>
 
75
</tr>
 
76
<tr class="list2">
 
77
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
78
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#Fdorder">Fdorder</a></b>: <a  href="X3DFields.TSFInt32.html">TSFInt32</a> read FFdorder;</code></td>
 
79
</tr>
 
80
<tr class="list">
 
81
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
82
<td class="itemcode"><code>property <b><a  href="X3DNodes.TNurbsPositionInterpolatorNode_2.html#Eventvalue_changed">Eventvalue_changed</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventvalue_changed;</code></td>
 
83
</tr>
 
84
</table>
 
85
<h2 class="description">Description</h2>
 
86
<h3 class="detail">Methods</h3>
 
87
<table class="detail wide_list">
 
88
<tr class="list">
 
89
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
90
<td class="itemcode"><a name="CreateNode"></a><code>procedure <b>CreateNode</b>; override;</code></td>
 
91
</tr>
 
92
<tr><td colspan="2">
 
93
&nbsp;</td></tr>
 
94
</table>
 
95
<table class="detail wide_list">
 
96
<tr class="list">
 
97
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
98
<td class="itemcode"><a name="ClassNodeTypeName"></a><code>class function <b>ClassNodeTypeName</b>: string; override;</code></td>
 
99
</tr>
 
100
<tr><td colspan="2">
 
101
&nbsp;</td></tr>
 
102
</table>
 
103
<table class="detail wide_list">
 
104
<tr class="list">
 
105
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
106
<td class="itemcode"><a name="URNMatching"></a><code>class function <b>URNMatching</b>(const URN: string): boolean; override;</code></td>
 
107
</tr>
 
108
<tr><td colspan="2">
 
109
&nbsp;</td></tr>
 
110
</table>
 
111
<table class="detail wide_list">
 
112
<tr class="list">
 
113
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
114
<td class="itemcode"><a name="ForVRMLVersion"></a><code>class function <b>ForVRMLVersion</b>(const Version: <a  href="X3DNodes.html#TX3DVersion">TX3DVersion</a>): boolean; override;</code></td>
 
115
</tr>
 
116
<tr><td colspan="2">
 
117
&nbsp;</td></tr>
 
118
</table>
 
119
<h3 class="detail">Properties</h3>
 
120
<table class="detail wide_list">
 
121
<tr class="list">
 
122
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
123
<td class="itemcode"><a name="Eventset_fraction"></a><code>property <b>Eventset_fraction</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventset_fraction;</code></td>
 
124
</tr>
 
125
<tr><td colspan="2">
 
126
&nbsp;</td></tr>
 
127
</table>
 
128
<table class="detail wide_list">
 
129
<tr class="list">
 
130
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
131
<td class="itemcode"><a name="Fddimension"></a><code>property <b>Fddimension</b>: <a  href="X3DFields.TSFInt32.html">TSFInt32</a> read FFddimension;</code></td>
 
132
</tr>
 
133
<tr><td colspan="2">
 
134
&nbsp;</td></tr>
 
135
</table>
 
136
<table class="detail wide_list">
 
137
<tr class="list">
 
138
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
139
<td class="itemcode"><a name="FdkeyValue"></a><code>property <b>FdkeyValue</b>: <a  href="X3DFields.TMFVec3f.html">TMFVec3f</a> read FFdkeyValue;</code></td>
 
140
</tr>
 
141
<tr><td colspan="2">
 
142
&nbsp;</td></tr>
 
143
</table>
 
144
<table class="detail wide_list">
 
145
<tr class="list">
 
146
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
147
<td class="itemcode"><a name="FdkeyWeight"></a><code>property <b>FdkeyWeight</b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdkeyWeight;</code></td>
 
148
</tr>
 
149
<tr><td colspan="2">
 
150
&nbsp;</td></tr>
 
151
</table>
 
152
<table class="detail wide_list">
 
153
<tr class="list">
 
154
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
155
<td class="itemcode"><a name="Fdknot"></a><code>property <b>Fdknot</b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdknot;</code></td>
 
156
</tr>
 
157
<tr><td colspan="2">
 
158
&nbsp;</td></tr>
 
159
</table>
 
160
<table class="detail wide_list">
 
161
<tr class="list">
 
162
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
163
<td class="itemcode"><a name="Fdorder"></a><code>property <b>Fdorder</b>: <a  href="X3DFields.TSFInt32.html">TSFInt32</a> read FFdorder;</code></td>
 
164
</tr>
 
165
<tr><td colspan="2">
 
166
&nbsp;</td></tr>
 
167
</table>
 
168
<table class="detail wide_list">
 
169
<tr class="list">
 
170
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
171
<td class="itemcode"><a name="Eventvalue_changed"></a><code>property <b>Eventvalue_changed</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventvalue_changed;</code></td>
 
172
</tr>
 
173
<tr><td colspan="2">
 
174
&nbsp;</td></tr>
 
175
</table>
 
176
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.12.1</a> on 2013-02-04 20:26:56</em>
 
177
</span>
 
178
</td></tr></table></body></html>