[vtkusers] missing headers for example HierarchicalBox.cxx
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed Mar 23 08:15:46 EST 2005
Bernd,
Please use cmake to build the examples this will save you a lot of
troubles:
http://www.vtk.org/doc/nightly/html/classvtkCompositeDataVisitor.html
Also since you are using CVS, you just need to turn the option
BUILD_EXAMPLES:ON to get the examples compiled.
HTH
Mathieu
Bernd Bruegmann wrote:
> Hi,
>
> I am trying to compile Examples/AMR/Cxx/HierarchicalBox.cxx
> but there seem to be three header files missing in the fresh
> CVS checkout that I did on 3/22/05:
>
> cc -I/usr/local/include/vtk -c HierarchicalBox.cxx
> HierarchicalBox.cxx:28:37: vtkCompositeDataVisitor.h: No such file or
> directory
> HierarchicalBox.cxx:33:45: vtkMultiBlockApplyFilterCommand.h: No such
> file or directory
> HierarchicalBox.cxx:34:34: vtkMultiBlockDataSet.h: No such file or
> directory
>
> VTK> find . -name vtkCompositeDataVisitor.h -print
> doesn't find anything.
> Several other examples seem to work just fine, but I am new to
> VTK and I could be overlooking something simple.
>
> I want to evaluate VTK for visualizations of our AMR data, so I really
> would like to get this example to work. Does someone actually know a
> tutorial on AMR with VTK?
>
> Thanks for your help!
> Bernd
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list