Hi everyone,<div><br></div><div>I have been trying to use the deformable model simplex mesh example in insight applications, but using seed point does not work - the program always crashes.</div><div><br></div><div>I followed it in debugger, and the crash occurs deep in VTK code, which is invoked through render method from \Applications\DeformableModelSimplexMesh\ImageSurfaceViewer.cxx, line 285. The problem manifests itself in file \vtk-5.6.0\Common\vtkDataArrayTemplate.txx, line 613 (Unhandled exception at 0x000000013f45a9e9 in DeformableModelSimplexMesh.exe: 0xC0000005: Access violation reading location 0x000000c003bc2100.). The problem at that point is that parameter "vtkIdType i" is equal to 68719476736, which is obviously junk.</div>
<div><br></div><div>I am working on Win7 x64 (my stuff built for x64 target), VS2008SP1, ITK 3.18, InsightApplications 3.18.</div><div><br></div><div>Can anyone shed some light on this?</div><div><br></div><div>Thanks,</div>
<div>Dženan</div>