<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
I did some further testing and could solve the compiler errors
mentioned before. But now I get these error messages from the
compiler.<br>
They seem to have something to do with the itk::MapContainer, but I
can't figure out what is wrong.<br>
<br>
Any suggestions on that?<br>
<br>
Here are the error messages:<br>
=====================<br>
<br>
In file included from
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.h:190:0,<br>
from vtkMySegmentation.h:19,<br>
from vtkMySegmentation.cxx:1:<br>
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.txx:
In member function ‘void
itk::SimplexMeshToTriangleMeshFilter<TInputMesh,
TOutputMesh>::CreateTriangles() [with TInputMesh =
itk::SimplexMesh<double>, TOutputMesh =
itk::Mesh<double>]’:<br>
<br>
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.txx:42:3:
instantiated from ‘void
itk::SimplexMeshToTriangleMeshFilter<TInputMesh,
TOutputMesh>::GenerateData() [with TInputMesh =
itk::SimplexMesh<double>, TOutputMesh =
itk::Mesh<double>]’<br>
<br>
vtkMySegmentation.cxx:536:1: instantiated from here<br>
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.txx:79:62:
error: no matching function for call to ‘itk::MapContainer<long
unsigned int, itk::Point<double, 3u>
>::GetElementIfIndexExists(long unsigned int&,
itk::AutomaticTopologyMeshSource<itk::Mesh<double>
>::PointType*)’<br>
<br>
/usr/local/include/InsightToolkit/Common/itkMapContainer.txx:130:1:
note: candidate is: bool itk::MapContainer<TElementIdentifier,
TElement>::GetElementIfIndexExists(ElementIdentifier, Element*)
const [with TElementIdentifier = long unsigned int, TElement =
itk::Point<double, 3u>, ElementIdentifier = long unsigned int,
Element = itk::Point<double, 3u>]<br>
<br>
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.txx:80:62:
error: no matching function for call to ‘itk::MapContainer<long
unsigned int, itk::Point<double, 3u>
>::GetElementIfIndexExists(long unsigned int&,
itk::AutomaticTopologyMeshSource<itk::Mesh<double>
>::PointType*)’<br>
<br>
/usr/local/include/InsightToolkit/Common/itkMapContainer.txx:130:1:
note: candidate is: bool itk::MapContainer<TElementIdentifier,
TElement>::GetElementIfIndexExists(ElementIdentifier, Element*)
const [with TElementIdentifier = long unsigned int, TElement =
itk::Point<double, 3u>, ElementIdentifier = long unsigned int,
Element = itk::Point<double, 3u>]<br>
<br>
/usr/local/include/InsightToolkit/BasicFilters/itkSimplexMeshToTriangleMeshFilter.txx:81:62:
error: no matching function for call to ‘itk::MapContainer<long
unsigned int, itk::Point<double, 3u>
>::GetElementIfIndexExists(long unsigned int&,
itk::AutomaticTopologyMeshSource<itk::Mesh<double>
>::PointType*)’<br>
<br>
/usr/local/include/InsightToolkit/Common/itkMapContainer.txx:130:1:
note: candidate is: bool itk::MapContainer<TElementIdentifier,
TElement>::GetElementIfIndexExists(ElementIdentifier, Element*)
const [with TElementIdentifier = long unsigned int, TElement =
itk::Point<double, 3u>, ElementIdentifier = long unsigned int,
Element = itk::Point<double, 3u>]<br>
<br>
<br>
Thank you very much.<br>
<br>
Sven<br>
<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
<b><font color="#ff6600" face="Arial"><span style="font-family:
Arial; color: rgb(255, 102, 0); font-weight: bold;">Fachhochschule
Dortmund</span></font></b> <br>
<b><font face="Arial" size="1"><span style="font-size: 7.5pt;
font-family: Arial; font-weight: bold;">University of
Applied Sciences and Arts</span></font></b> <br>
<font style="color: rgb(169, 166, 166);" face="MetaKorrespondenz"
size="1"><span style="font-size: 9pt; font-family:
MetaKorrespondenz;"><br>
Sven Olaf Lüttmann<br>
B.Sc. Medizinische Informatik<br>
<br>
FB Informatik, Medizinische Informatik<br>
Emil-Figge-Str. 42<br>
44227 Dortmund<br>
<br>
Raum: EFS 42 B.1.21<br>
<br>
Fax: 0231 / 755-6725<br>
E-Mail: <a href="mailto:sven.luettmann@fh-dortmund.de">sven.luettmann@fh-dortmund.de</a><br>
Web: <a href="http://www.fh-dortmund.de">http://www.fh-dortmund.de</a></span></font><br>
</div>
</body>
</html>