Lines Matching refs:GetPoint

68     self->Points->GetPoint(3,pt4);  in ComputeNormal()
93 this->Points->GetPoint(0, pt1); in EvaluatePosition()
94 this->Points->GetPoint(1, pt2); in EvaluatePosition()
95 this->Points->GetPoint(2, pt3); in EvaluatePosition()
141 this->Points->GetPoint(i, pt); in EvaluatePosition()
218 this->Points->GetPoint(3, pt4); in EvaluatePosition()
285 this->Points->GetPoint(i, pt); in EvaluateLocation()
467 this->Points->GetPoint(e1, x1); in Contour()
468 this->Points->GetPoint(e2, x2); in Contour()
508 this->Line->Points->SetPoint(0,this->Points->GetPoint(edgeId)); in GetEdge()
509 this->Line->Points->SetPoint(1,this->Points->GetPoint(edgeIdPlus1)); in GetEdge()
524 double d1 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(0), in IntersectWithLine()
525 this->Points->GetPoint(2)); in IntersectWithLine()
526 double d2 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(1), in IntersectWithLine()
527 this->Points->GetPoint(3)); in IntersectWithLine()
563 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(0)); in IntersectWithLine()
564 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(1)); in IntersectWithLine()
565 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(2)); in IntersectWithLine()
571 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(2)); in IntersectWithLine()
572 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(3)); in IntersectWithLine()
573 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(0)); in IntersectWithLine()
583 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(0)); in IntersectWithLine()
584 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(1)); in IntersectWithLine()
585 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(3)); in IntersectWithLine()
590 this->Triangle->Points->SetPoint(0,this->Points->GetPoint(2)); in IntersectWithLine()
591 this->Triangle->Points->SetPoint(1,this->Points->GetPoint(3)); in IntersectWithLine()
592 this->Triangle->Points->SetPoint(2,this->Points->GetPoint(1)); in IntersectWithLine()
616 d1 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(0), in Triangulate()
617 this->Points->GetPoint(2)); in Triangulate()
618 d2 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(1), in Triangulate()
619 this->Points->GetPoint(3)); in Triangulate()
624 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
626 pts->InsertPoint(1,this->Points->GetPoint(1)); in Triangulate()
628 pts->InsertPoint(2,this->Points->GetPoint(2)); in Triangulate()
631 pts->InsertPoint(3,this->Points->GetPoint(0)); in Triangulate()
633 pts->InsertPoint(4,this->Points->GetPoint(2)); in Triangulate()
635 pts->InsertPoint(5,this->Points->GetPoint(3)); in Triangulate()
640 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
642 pts->InsertPoint(1,this->Points->GetPoint(1)); in Triangulate()
644 pts->InsertPoint(2,this->Points->GetPoint(3)); in Triangulate()
647 pts->InsertPoint(3,this->Points->GetPoint(1)); in Triangulate()
649 pts->InsertPoint(4,this->Points->GetPoint(2)); in Triangulate()
651 pts->InsertPoint(5,this->Points->GetPoint(3)); in Triangulate()
669 this->Points->GetPoint(0, x0); in Derivatives()
670 this->Points->GetPoint(1, x1); in Derivatives()
671 this->Points->GetPoint(2, x2); in Derivatives()
673 this->Points->GetPoint(3, x3); in Derivatives()
856 this->Points->GetPoint(vertexId, x); in Clip()
894 this->Points->GetPoint(e1, x1); in Clip()
895 this->Points->GetPoint(e2, x2); in Clip()