Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
213745b1
Commit
213745b1
authored
Nov 05, 1995
by
Bill Lorensen
Browse files
ERR: misspelled class names. found while making html's of man pages.
parent
fb4274c7
Changes
19
Hide whitespace changes
Inline
Side-by-side
include/vtkColorScalars.hh
View file @
213745b1
...
...
@@ -43,7 +43,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// vtkColorScalars is an abstract class whose subclasses represent scalar
// data using a color specification such as rgb, grayscale, rgba, hsv, etc.
//
// In order to be a vtkScalar subclass, vtkColorScalars must be able to
// In order to be a vtkScalar
s
subclass, vtkColorScalars must be able to
// return a single value given a point id. By default, this operation is
// performed by computing luminance (or equivalent) as the single value.
// Concrete subclasses of vtkColorScalars may have additional methods to
...
...
@@ -52,7 +52,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// Derived classes of vtkColorScalars treat colors differently. All derived
// classes will return a rgba (red-green-blue-alpha transparency) array in
// response to "GetColor()" methods. However, when setting colors, the rgba
// data is converted to internal form. For example, a vtkGrayMap converts
// data is converted to internal form. For example, a vtk
A
GrayMap converts
// rgba into a luminance value and stores that.
#ifndef __vtkColorScalars_h
...
...
include/vtkCutter.hh
View file @
213745b1
...
...
@@ -38,7 +38,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
=========================================================================*/
// .NAME vtkCutter - Cut vtkDataSet
s
with user-specified implicit function
// .NAME vtkCutter - Cut vtkDataSet with user-specified implicit function
// .SECTION Description
// vtkCutter is a filter to cut through data using any subclass of
// vtkImplicitFunction. That is, a polygonal surface is created
...
...
include/vtkExtractGeometry.hh
View file @
213745b1
...
...
@@ -38,7 +38,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
=========================================================================*/
// .NAME vtkExtractGeomtry - extract cells that lie either entirely in or outside of a specified implicit function
// .NAME vtkExtractGeom
e
try - extract cells that lie either entirely in or outside of a specified implicit function
// .SECTION Description
// vtkExtractGeometry extracts from its input dataset all cells that are either
// completely inside or outside of a specified implicit function. Any type of
...
...
include/vtkGlyph3D.hh
View file @
213745b1
...
...
@@ -46,7 +46,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// to scalar data or vector magnitude. The geometry is supplied via the
// Source instance variable; the points come from the Input.
// .SECTION See Also
// vtkTensor
Ellipsoid
// vtkTensor
Glyph
#ifndef __vtkGlyph3D_h
#define __vtkGlyph3D_h
...
...
include/vtkHyperStreamline.hh
View file @
213745b1
...
...
@@ -38,7 +38,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
=========================================================================*/
// .NAME vtkHyperStream
L
ine - generate hyperstreamline in arbitrary dataset
// .NAME vtkHyperStream
l
ine - generate hyperstreamline in arbitrary dataset
// .SECTION Description
// vtkHyperStreamline is a filter that integrates through tensor field to
// generate a hyperstreamline. The integration is along the maximum eigenvector
...
...
@@ -65,7 +65,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// logarithmic scale. Use LogScalingOn to turn this capability on. The Radius
// value controls the initial radius of the tube.
// .SECTION See Also
// vtkTensor
Ellipsoids
vtkStreamer
// vtkTensor
Glyph
vtkStreamer
#ifndef __vtkHyperStreamline_h
#define __vtkHyperStreamline_h
...
...
include/vtkIdList.hh
View file @
213745b1
...
...
@@ -40,7 +40,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
=========================================================================*/
// .NAME vtkIdList - list of point or cell ids
// .SECTION Description
// vtkIdL
I
st is used to represent and pass data id's between objects. vtkIdList
// vtkIdL
i
st is used to represent and pass data id's between objects. vtkIdList
// may represent any type of integer id but usually represent point and
// cell ids.
...
...
include/vtkImplicitBoolean.hh
View file @
213745b1
...
...
@@ -44,7 +44,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// combinations of implicit functions. The class has a list of functions
// (FunctionList) that are combined according to a specified operator
// (VTK_UNION or VTK_INTERSECTION or VTK_DIFFERENCE). You can use nested
// combinations of vtkImplicitFunctions (and/or vtkImplicitBoolean) to create
// combinations of vtkImplicitFunction
'
s (and/or vtkImplicitBoolean) to create
// elaborate implicit functions. vtkImplicitBoolean is a concrete
// implementation of vtkImplicitFunction.
//
...
...
include/vtkPLOT3DReader.hh
View file @
213745b1
...
...
@@ -40,7 +40,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
=========================================================================*/
// .NAME vtkPLOT3DReader - read PLOT3D data files
// .SECTION Description
// vtkPLOT3D is a reader object that reads PLOT3D formatted files and generates
// vtkPLOT3D
Reader
is a reader object that reads PLOT3D formatted files and generates
// a structured grid on output. PLOT3D is a computer graphics program designed
// to visualize the grids and solutions of computational fluid dynamics.
// Please see the "PLOT3D User's Manual" available from NASA Ames Research
...
...
include/vtkPolyData.hh
View file @
213745b1
...
...
@@ -46,8 +46,8 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// (e.g., scalars, vectors, etc.) are also represented.
//
// The actual cell types (CellType.hh) supported by vtkPolyData are:
//
VTK_VERTEX, VTK_POLY_VERTEX, VTK_LINE, VTK_POLY_LINE, VTK_TRIANGLE
,
//
VTK_TRIANGLE_STRIP, VTK_POLYGON, VTK_PIXEL, and VTK_QUAD
.
//
vtkVertex, vtkPolyVertex, vtkLine, vtlPolyLine, vtkTriangle
,
//
vtkTriangleStrip, vtkPolygon, vtkPixel, and vtkQuad
.
//
// One important feature of vtkPolyData objects is that special traversal
// and data manipulation methods are available to process data. These methods
...
...
include/vtkRenderWindowInteractor.hh
View file @
213745b1
...
...
@@ -89,7 +89,7 @@ public:
vtkBooleanMacro
(
LightFollowCamera
,
int
);
// Description:
// Set/Get the desired update rate. This is used by vtkLODActors to tell
// Set/Get the desired update rate. This is used by vtkLODActor
'
s to tell
// them how quickly they need to render. This update is in effect only
// when the camera is being rotated, or zoomed. When the interactor is
// still the StillUpdateRate is used instead. A value of zero indicates
...
...
include/vtkRenderer.hh
View file @
213745b1
...
...
@@ -111,7 +111,7 @@ public:
// Description:
// Set/Get the amount of time this renderer is allowed to spend
// rendering its scene. Zero indicates an infinite amount of time.
// This is used by vtkLODActors.
// This is used by vtkLODActor
'
s.
vtkSetMacro
(
AllocatedRenderTime
,
float
);
vtkGetMacro
(
AllocatedRenderTime
,
float
);
...
...
include/vtkSampleFunction.hh
View file @
213745b1
...
...
@@ -41,7 +41,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// .NAME vtkSampleFunction - sample an implicit function over a structured point set
// .SECTION Description
// vtkSampleFunction is a source object that evaluates an implicit function
// and normals at each point in a vtkStructuredPoint
Set
. The user can
// and normals at each point in a vtkStructuredPoint
s
. The user can
// specify the sample dimensions and location in space to perform the
// sampling. To create closed surfaces (in conjunction with the
// vtkContourFilter), capping can be turned on to set a particular
...
...
include/vtkStructuredPointsSource.hh
View file @
213745b1
...
...
@@ -53,7 +53,7 @@ class vtkStructuredPointsSource : public vtkSource
{
public:
vtkStructuredPointsSource
();
char
*
GetClassName
()
{
return
"vtkStructuredPointSource"
;};
char
*
GetClassName
()
{
return
"vtkStructuredPoint
s
Source"
;};
// Description:
// Get the output of this source.
...
...
include/vtkStructuredPointsToPolyDataFilter.hh
View file @
213745b1
...
...
@@ -54,7 +54,7 @@ class vtkStructuredPointsToPolyDataFilter : public vtkStructuredPointsFilter
{
public:
vtkStructuredPointsToPolyDataFilter
();
char
*
GetClassName
()
{
return
"vtk
DataSet
ToPolyDataFilter"
;};
char
*
GetClassName
()
{
return
"vtk
StrucuredPoints
ToPolyDataFilter"
;};
// Description:
// Get the output of this filter.
...
...
include/vtkTimeStamp.hh
View file @
213745b1
...
...
@@ -44,7 +44,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// executed. This time is guaranteed to be monotonically increasing.
// Classes use this object to record modified and/or execution time.
// There is built in support for the binary < and > comparison
// operators between two vtkTimeStamps.
// operators between two vtkTimeStamp
'
s.
#ifndef __vtkTimeStamp_h
#define __vtkTimeStamp_h
...
...
include/vtkTransformFilter.hh
View file @
213745b1
...
...
@@ -44,7 +44,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// associated point normals and vectors. Other point data is passed
// through the filter.
//
// An alternative method of transformation is to use vtkActors methods
// An alternative method of transformation is to use vtkActor
'
s methods
// to scale, rotate, and translate objects. The difference between the
// two methods is that vtkActor's transformation simply effects where
// objects are rendered (via the graphics pipeline), whereas
...
...
include/vtkTransformPolyFilter.hh
View file @
213745b1
...
...
@@ -45,7 +45,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// through the filter. This filter is specialized for polygonal data. See
// vtkTransformFilter for more general data.
//
// An alternative method of transformation is to use vtkActors methods
// An alternative method of transformation is to use vtkActor
'
s methods
// to scale, rotate, and translate objects. The difference between the
// two methods is that vtkActor's transformation simply effects where
// objects are rendered (via the graphics pipeline), whereas
...
...
include/vtkVoxel.hh
View file @
213745b1
...
...
@@ -41,7 +41,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// .NAME vtkVoxel - a cell that represents a 3D orthogonal parallelepiped
// .SECTION Description
// vtkVoxel is a concrete implementation of vtkCell to represent a 3D
// orthogonal parallelepiped. Unlike vtkHexahed
e
on, vtkVoxel has interior angles
// orthogonal parallelepiped. Unlike vtkHexahed
r
on, vtkVoxel has interior angles
// of 90 degrees, and sides are parallel to coordinate axes. This results
// in large increases in computational performance.
...
...
include/vtkXRenderWindow.hh
View file @
213745b1
...
...
@@ -41,8 +41,8 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
// .NAME vtkXRenderWindow - a rendering window for the X Window system
// .SECTION Description
// vtkXRenderWindow is a subclass of the abstract class
// vtkRenderWindow. vtkXRender
er
interfaces to the X Window system and
// provides some methods that are common to any vtkRender
ing
Window
// vtkRenderWindow. vtkXRender
Window
interfaces to the X Window system and
// provides some methods that are common to any vtkRenderWindow
// subclass that renders under X windows. The vtkXRenderWindowInteractor
// makes heavy use of these common methods.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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