Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for contour type #2342

Open
iyerkrithika21 opened this issue Oct 19, 2024 · 0 comments
Open

Support for contour type #2342

iyerkrithika21 opened this issue Oct 19, 2024 · 0 comments

Comments

@iyerkrithika21
Copy link
Contributor

Detecting if an input file is contour. Currently the number of points in the first cell of the polydata here and here are checked

Current version:

 // TODO This is temporary for detecting if contour until the contour type is fully supported
  if (reference_mesh->GetCell(0)->GetNumberOfPoints() == 2) {
    this->is_contour_ = true;
  }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant