Skip to content
Snippets Groups Projects
Commit 9ac19b71 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Update documentation.

The documentation now contains the default for
vtkDelimitedTextReader::HaveHeaders (false).

Change-Id: Ie97f17d427d92243e710a0d6b85d8f6ffc67a6ea
parent ffa0a34a
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ public:
// Description:
// Set/get whether to treat the first line of the file as headers.
// The default is false (no headers).
vtkGetMacro(HaveHeaders, bool);
vtkSetMacro(HaveHeaders, bool);
......
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