Jana Sefcikova | 17 Jun 2012 23:27
Picon

Normal consistency across mesh

Dear users, 


I read itkNormalQuadEdgesMeshFilter code and it does not seam to me /at the first glance/ that it insures consistent orientation across polygon neighbors.
I am new in ITK, does it deals with this problem  ( as for example vtkPolyDataNormals does ) ?

Thank you very much
Jana 


_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users
Arnaud Gelas | 18 Jun 2012 08:20
Picon

Re: Normal consistency across mesh

Jana,

itk::QuadEdgeMesh is an oriented mesh data structure, it ensures the consistency of normals.
itk::NormalQuadEdgeMeshFilter only computes the normal for each face and each vertex, and thanks to the data structure all normal are thus consistent.

HTH
Arnaud

On 06/17/2012 11:27 PM, Jana Sefcikova wrote:
Dear users, 

I read itkNormalQuadEdgesMeshFilter code and it does not seam to me /at the first glance/ that it insures consistent orientation across polygon neighbors.
I am new in ITK, does it deals with this problem  ( as for example vtkPolyDataNormals does ) ?

Thank you very much
Jana 




_____________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://www.kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-users

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users
Jana Sefcikova | 18 Jun 2012 11:22
Picon

Re: Normal consistency across mesh

Thank you Arnaud.

Could you advice me starting point in the code /class, function/, where I can look how it was realised ? 

Jana

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users
Arnaud Gelas | 18 Jun 2012 11:27
Picon

Re: Normal consistency across mesh

If you want to read how the orientation is being maintained, you can 
have a look at the itk::QuadEdgeMesh::AddFace method...

On 06/18/2012 11:22 AM, Jana Sefcikova wrote:
> Thank you Arnaud.
> Could you advice me starting point in the code /class, function/, 
> where I can look how it was realised ?
>
> Jana
>

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users


Gmane