Lines Matching refs:GetPoint

68     self->Points->GetPoint(3,pt4);  in ComputeNormal()
94 this->Points->GetPoint(0, pt1); in EvaluatePosition()
95 this->Points->GetPoint(1, pt2); in EvaluatePosition()
96 this->Points->GetPoint(2, pt3); in EvaluatePosition()
142 this->Points->GetPoint(i, pt); in EvaluatePosition()
219 this->Points->GetPoint(3, pt4); in EvaluatePosition()
286 this->Points->GetPoint(i, pt); in EvaluateLocation()
470 this->Points->GetPoint(e1, x1); in Contour()
471 this->Points->GetPoint(e2, x2); in Contour()
514 this->Line->Points->SetPoint(0,this->Points->GetPoint(edgeId)); in GetEdge()
515 this->Line->Points->SetPoint(1,this->Points->GetPoint(edgeIdPlus1)); in GetEdge()
530 double d1 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(0), in IntersectWithLine()
531 this->Points->GetPoint(2)); in IntersectWithLine()
532 double d2 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(1), in IntersectWithLine()
533 this->Points->GetPoint(3)); in IntersectWithLine()
569 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(0)); in IntersectWithLine()
570 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(1)); in IntersectWithLine()
571 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(2)); in IntersectWithLine()
577 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(2)); in IntersectWithLine()
578 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(3)); in IntersectWithLine()
579 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(0)); in IntersectWithLine()
589 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(0)); in IntersectWithLine()
590 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(1)); in IntersectWithLine()
591 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(3)); in IntersectWithLine()
596 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(2)); in IntersectWithLine()
597 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(3)); in IntersectWithLine()
598 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(1)); in IntersectWithLine()
622 d1 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(0), in Triangulate()
623 this->Points->GetPoint(2)); in Triangulate()
624 d2 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(1), in Triangulate()
625 this->Points->GetPoint(3)); in Triangulate()
630 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
632 pts->InsertPoint(1,this->Points->GetPoint(1)); in Triangulate()
634 pts->InsertPoint(2,this->Points->GetPoint(2)); in Triangulate()
637 pts->InsertPoint(3,this->Points->GetPoint(0)); in Triangulate()
639 pts->InsertPoint(4,this->Points->GetPoint(2)); in Triangulate()
641 pts->InsertPoint(5,this->Points->GetPoint(3)); in Triangulate()
646 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
648 pts->InsertPoint(1,this->Points->GetPoint(1)); in Triangulate()
650 pts->InsertPoint(2,this->Points->GetPoint(3)); in Triangulate()
653 pts->InsertPoint(3,this->Points->GetPoint(1)); in Triangulate()
655 pts->InsertPoint(4,this->Points->GetPoint(2)); in Triangulate()
657 pts->InsertPoint(5,this->Points->GetPoint(3)); in Triangulate()
675 this->Points->GetPoint(0, x0); in Derivatives()
676 this->Points->GetPoint(1, x1); in Derivatives()
677 this->Points->GetPoint(2, x2); in Derivatives()
679 this->Points->GetPoint(3, x3); in Derivatives()
862 this->Points->GetPoint(vertexId, x); in Clip()
900 this->Points->GetPoint(e1, x1); in Clip()
901 this->Points->GetPoint(e2, x2); in Clip()