<div dir="ltr">Hi all,<div>I am trying to create a filter that receives many 2D polygons in the form of PolyLineParametricPath (which in turn has an itkImage as input) and returns an itkMesh for later visualization. I have completed the GenerateData() method by calling internally to itkAutomaticTopologyMeshSource. The problem seems to be that before GenerateData, the filter fails in itkPointSet::CopyInformation (because it tries to cast the polygon as a mesh). I discovered that the call stack comes from UpdateOutputInformation on my PolygonToMeshFilter and then GenerateOutputInformation, then itkMesh::CopyInformation and itkPointset::CopyInformation. </div>
<div>I think I should edit my PolygonToMesh::GenerateOutputInformation() but I don't know how. Inside it I just called Superclass::GenerateOutputInformation.</div><div>My filter PolygonToMeshFilter is a copy of MeshToMesh filter and inherits from MeshSource. Maybe I should inherit from anothe filter.</div>
<div>Thank you very much</div><div><br></div><div>Ignacio Prieto </div><div><br></div><div>--</div><div>Ignacio Prieto</div><div>Research Assistant</div><div>Biomedical Imaging Center</div><div>Pontificia Universidad Catolica de Chile<br>
</div></div>