Does not seem so

lxData.cxx:543:28: error: no member named 'SetInput' in 'vtkPolyDataNormals'; 
did you mean 'GetInput'?
  this->scrapWallsNormals->SetInput(this->scrapWalls);
                           ^~~~~~~~
                           GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:543:37: error: too many arguments to function call, expected 0, have 
1
  this->scrapWallsNormals->SetInput(this->scrapWalls);
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:550:19: error: no member named 'AddInput' in 'vtkAppendPolyData'
  this->allWalls->AddInput(this->scrapWallsNormals->GetOutput());
  ~~~~~~~~~~~~~~  ^
lxData.cxx:551:19: error: no member named 'AddInput' in 'vtkAppendPolyData'
  this->allWalls->AddInput(this->lrudWalls);
  ~~~~~~~~~~~~~~  ^
lxData.cxx:553:27: error: no member named 'SetInput' in 'vtkTriangleFilter'; 
did you mean 'GetInput'?
  this->allWallsTriangle->SetInput(this->allWalls->GetOutput());
                          ^~~~~~~~
                          GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:553:36: error: too many arguments to function call, expected 0, have 
1
  this->allWallsTriangle->SetInput(this->allWalls->GetOutput());
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:554:25: error: no member named 'SetInput' in 'vtkDepthSortPolyData'; 
did you mean 'GetInput'?
  this->allWallsSorted->SetInput(this->allWallsTriangle->GetOutput());
                        ^~~~~~~~
                        GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:554:34: error: too many arguments to function call, expected 0, have 
1
  this->allWallsSorted->SetInput(this->allWallsTriangle->GetOutput());
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:556:27: error: no member named 'SetInput' in 'vtkStripper'; did you 
mean 'GetInput'?
  this->allWallsStripped->SetInput(this->allWallsTriangle->GetOutput());
                          ^~~~~~~~
                          GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:556:36: error: too many arguments to function call, expected 0, have 
1
  this->allWallsStripped->SetInput(this->allWallsTriangle->GetOutput());
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:559:24: error: no member named 'SetInput' in 'vtkPolyDataNormals'; 
did you mean 'GetInput'?
        this->surfaceNormals->SetInput(this->surface);
                              ^~~~~~~~
                              GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:559:33: error: too many arguments to function call, expected 0, have 
1
        this->surfaceNormals->SetInput(this->surface);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:562:26: error: no member named 'SetInput' in 'vtkTriangleFilter'; 
did you mean 'GetInput'?
  this->surfaceTriangle->SetInput(this->surfaceNormals->GetOutput());
                         ^~~~~~~~
                         GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:562:35: error: too many arguments to function call, expected 0, have 
1
  this->surfaceTriangle->SetInput(this->surfaceNormals->GetOutput());
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:563:24: error: no member named 'SetInput' in 'vtkDepthSortPolyData'; 
did you mean 'GetInput'?
  this->surfaceSorted->SetInput(this->surfaceTriangle->GetOutput());
                       ^~~~~~~~
                       GetInput
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:18: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
                 ^
lxData.cxx:563:33: error: too many arguments to function call, expected 0, have 
1
  this->surfaceSorted->SetInput(this->surfaceTriangle->GetOutput());
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataAlgorithm.h:59:3: note: 'GetInput' 
declared here
  vtkDataObject* GetInput();
  ^
lxData.cxx:585:6: error: no member named 'SetInput' in 'vtkPolyDataWriter'; did 
you mean 'GetInput'?
  w->SetInput(this->allWallsStripped->GetOutput());
     ^~~~~~~~
     GetInput
/usr/local/include/vtk-6.0/vtkPolyDataWriter.h:39:16: note: 'GetInput' declared 
here
  vtkPolyData* GetInput();
               ^
lxData.cxx:585:15: error: too many arguments to function call, expected 0, have 
1
  w->SetInput(this->allWallsStripped->GetOutput());
  ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vtk-6.0/vtkPolyDataWriter.h:39:3: note: 'GetInput' declared 
here
  vtkPolyData* GetInput();
  ^
18 errors generated.
On 25 Dec 2013, at 14:59, Christian Sandrini <christian.sandrini at me.com> 
wrote:

> Has anyone tried Therion using VTK6?
> 
> best
> Chris
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20131225/ead96916/attachment.sig>

Reply via email to