File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 21
21
// .SECTION Warning
22
22
// When deriving a class from vtkAbstractCellLocator, one should include the
23
23
// 'hidden' member functions by the following construct in the derived class
24
- // < verbatim>
24
+ // \ verbatim
25
25
// //BTX
26
26
// using vtkAbstractCellLocator::IntersectWithLine;
27
27
// using vtkAbstractCellLocator::FindClosestPoint;
28
28
// using vtkAbstractCellLocator::FindClosestPointWithinRadius;
29
29
// //ETX
30
- // </verbatim>
30
+ // \endverbatim
31
31
32
32
//
33
33
// .SECTION See Also
Original file line number Diff line number Diff line change 22
22
// implicitly composed of cells (e.g., vtkStructuredPoints).
23
23
//
24
24
// .SECTION Caveats
25
- // The #define VTK_CELL_SIZE is a parameter used to construct cells and provide
25
+ // The \ #define VTK_CELL_SIZE is a parameter used to construct cells and provide
26
26
// a general guideline for controlling object execution. This parameter is
27
27
// not a hard boundary: you can create cells with more points.
28
28
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class VTK_HYBRID_EXPORT vtkCornerAnnotation : public vtkActor2D
119
119
vtkGetObjectMacro (TextProperty,vtkTextProperty);
120
120
121
121
// Description:
122
- // Even if there is an image actor, should < slice> and < image> be displayed?
122
+ // Even if there is an image actor, should ` slice' and ` image' be displayed?
123
123
vtkBooleanMacro (ShowSliceAndImage, int );
124
124
vtkSetMacro (ShowSliceAndImage, int );
125
125
vtkGetMacro (ShowSliceAndImage, int );
Original file line number Diff line number Diff line change 18
18
// in a file (unsigned long) and associate a offset in the file. This is
19
19
// usefull when writing TimeStep XML file when you want to forward the
20
20
// same offset from the AppendData section on every entry in let say
21
- // <Points> definition
21
+ // \ <Points\ > definition
22
22
// Example:
23
+ // \verbatim
23
24
// <Points>
24
25
// <DataArray type="Float32" TimeStep="0" format="appended" offset="268" />
25
26
// <DataArray type="Float32" TimeStep="1" format="appended" offset="268" />
26
27
// ...
27
28
// </Points>
29
+ // \endverbatim
28
30
// Therefore data is only stored once in the XML file. At read time the
29
31
// offset value is stored to determine whenever we need to read data
30
32
// (ie when offset different from previously stored offset)
You can’t perform that action at this time.
0 commit comments