Skip to content
Snippets Groups Projects
Commit 81de266f authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Fixing the recent markdown files

Former-commit-id: a358aa2f
parent e18d30bc
No related branches found
No related tags found
No related merge requests found
Description:
### Description
Example Program to Copy a polydata to every point in the input set.
Copy a 2D glyph to every point in the input set.
We use a hexagon for the demo.
Description:
### Description
Example to Demonstrate Timer support and logging.
vtkTimerLog contains walltime and cputime measurements associated with a given event.
The object `vtkTimerLog` contains walltime and cputime measurements associated with a given event.
These results can be later analyzed when "dumping out" the table.
In addition, vtkTimerLog allows the user to simply get the current time, and to start/stop a simple timer separate from the timing table logging.
In addition, vtkTimerLog allows the user to simply get the current time, and to start/stop a simple timer that is separate from the timing table logging.
Description:
### Description
Example program to generate a 2D cursor representation.
vtkCursor2D is a class that generates a 2D cursor representation.
The cursor consists of two intersection axes lines that meet at the cursor focus.
Several optional features are available as well. An optional 2D bounding box may be enabled.
vtkCursor2D is a class that generates a 2D cursor representation.
The cursor consists of two intersection axes lines that meet at the cursor focus.
Several optional features are available as well. An optional 2D bounding box may be enabled.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment