Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
433
Issues
433
List
Boards
Labels
Milestones
Merge Requests
118
Merge Requests
118
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
VTK
VTK
Commits
36ed90fb
Commit
36ed90fb
authored
Mar 12, 2005
by
Andrew Maclean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: - More changes to the documentation. cleaning up the appearance.
parent
1bb7d226
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
16 additions
and
16 deletions
+16
-16
Common/vtkParametricBoy.h
Common/vtkParametricBoy.h
+1
-1
Common/vtkParametricConicSpiral.h
Common/vtkParametricConicSpiral.h
+1
-1
Common/vtkParametricCrossCap.h
Common/vtkParametricCrossCap.h
+1
-1
Common/vtkParametricDini.h
Common/vtkParametricDini.h
+1
-1
Common/vtkParametricEllipsoid.h
Common/vtkParametricEllipsoid.h
+1
-1
Common/vtkParametricEnneper.h
Common/vtkParametricEnneper.h
+1
-1
Common/vtkParametricFigure8Klein.h
Common/vtkParametricFigure8Klein.h
+1
-1
Common/vtkParametricFunction.h
Common/vtkParametricFunction.h
+2
-2
Common/vtkParametricKlein.h
Common/vtkParametricKlein.h
+1
-1
Common/vtkParametricMobius.h
Common/vtkParametricMobius.h
+1
-1
Common/vtkParametricRandomHills.h
Common/vtkParametricRandomHills.h
+1
-1
Common/vtkParametricRoman.h
Common/vtkParametricRoman.h
+1
-1
Common/vtkParametricSuperEllipsoid.h
Common/vtkParametricSuperEllipsoid.h
+1
-1
Common/vtkParametricSuperToroid.h
Common/vtkParametricSuperToroid.h
+1
-1
Common/vtkParametricTorus.h
Common/vtkParametricTorus.h
+1
-1
No files found.
Common/vtkParametricBoy.h
View file @
36ed90fb
...
...
@@ -64,7 +64,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricConicSpiral.h
View file @
36ed90fb
...
...
@@ -80,7 +80,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricCrossCap.h
View file @
36ed90fb
...
...
@@ -57,7 +57,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricDini.h
View file @
36ed90fb
...
...
@@ -70,7 +70,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricEllipsoid.h
View file @
36ed90fb
...
...
@@ -77,7 +77,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricEnneper.h
View file @
36ed90fb
...
...
@@ -57,7 +57,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uv are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricFigure8Klein.h
View file @
36ed90fb
...
...
@@ -70,7 +70,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricFunction.h
View file @
36ed90fb
...
...
@@ -68,7 +68,7 @@ public:
virtual
int
GetDimension
()
=
0
;
// Description:
// Performs the mapping
(uvw)->(Pt,Duvw)
.
// Performs the mapping
\$f(uvw)->(Pt,Duvw)\$f
.
// This is a pure virtual function that must be instantiated in
// a derived class.
//
...
...
@@ -81,7 +81,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
])
=
0
;
// Description:
// Calculate a user defined scalar using
none, one or all of uvw,Pt,
Duvw.
// Calculate a user defined scalar using
one or all of uvw, Pt,
Duvw.
// This is a pure virtual function that must be instantiated in
// a derived class.
//
...
...
Common/vtkParametricKlein.h
View file @
36ed90fb
...
...
@@ -63,7 +63,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricMobius.h
View file @
36ed90fb
...
...
@@ -61,7 +61,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricRandomHills.h
View file @
36ed90fb
...
...
@@ -138,7 +138,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the Cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricRoman.h
View file @
36ed90fb
...
...
@@ -61,7 +61,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the Cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricSuperEllipsoid.h
View file @
36ed90fb
...
...
@@ -91,7 +91,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricSuperToroid.h
View file @
36ed90fb
...
...
@@ -108,7 +108,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Common/vtkParametricTorus.h
View file @
36ed90fb
...
...
@@ -69,7 +69,7 @@ public:
virtual
void
Evaluate
(
double
uvw
[
3
],
double
Pt
[
3
],
double
Duvw
[
9
]);
// Description:
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
// Calculate a user defined scalar using one or all of uvw,
Pt,
Duvw.
//
// uvw are the parameters with Pt being the the Cartesian point,
// Duvw are the derivatives of this point with respect to u, v and w.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment