Home
last modified time | relevance | path

Searched refs:copyPtr (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/src/
H A DitkFEMElement3DC0LinearHexahedronStrain.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetNode(4, this->GetNode(4) ); in CreateAnother()
36 copyPtr->SetNode(5, this->GetNode(5) ); in CreateAnother()
37 copyPtr->SetNode(6, this->GetNode(6) ); in CreateAnother()
38 copyPtr->SetNode(7, this->GetNode(7) ); in CreateAnother()
39 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
[all …]
H A DitkFEMElement3DC0LinearHexahedronMembrane.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetNode(4, this->GetNode(4) ); in CreateAnother()
36 copyPtr->SetNode(5, this->GetNode(5) ); in CreateAnother()
37 copyPtr->SetNode(6, this->GetNode(6) ); in CreateAnother()
38 copyPtr->SetNode(7, this->GetNode(7) ); in CreateAnother()
39 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
[all …]
H A DitkFEMElement2DC0QuadraticTriangularStrain.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetNode(4, this->GetNode(4) ); in CreateAnother()
36 copyPtr->SetNode(5, this->GetNode(5) ); in CreateAnother()
37 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
38 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
40 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0QuadraticTriangularStress.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetNode(4, this->GetNode(4) ); in CreateAnother()
36 copyPtr->SetNode(5, this->GetNode(5) ); in CreateAnother()
37 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
38 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
40 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement3DC0LinearTetrahedronMembrane.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement3DC0LinearTetrahedronStrain.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement3DC0LinearTriangularMembrane.cxx30 Pointer copyPtr = Self::New(); in CreateAnother() local
32 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
33 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
34 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
35 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
36 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
37 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
39 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearQuadrilateralMembrane.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearQuadrilateralStrain.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearQuadrilateralStress.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMMaterialLinearElasticity.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetYoungsModulus( this->GetYoungsModulus() ); in CreateAnother()
32 copyPtr->SetCrossSectionalArea( this->GetCrossSectionalArea() ); in CreateAnother()
33 copyPtr->SetMomentOfInertia( this->GetMomentOfInertia() ); in CreateAnother()
34 copyPtr->SetPoissonsRatio( this->GetPoissonsRatio() ); in CreateAnother()
35 copyPtr->SetThickness( this->GetThickness() ); in CreateAnother()
36 copyPtr->SetDensityHeatProduct( this->GetDensityHeatProduct() ); in CreateAnother()
37 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
39 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearTriangularStrain.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
35 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
37 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearTriangularStress.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
35 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
37 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearTriangularMembrane.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
35 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
37 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMLoadLandmark.cxx30 Pointer copyPtr = Self::New(); in CreateAnother() local
33 copyPtr->m_Eta = this->m_Eta; in CreateAnother()
34 copyPtr->m_Point = this->m_Point; in CreateAnother()
35 copyPtr->m_Target = this->m_Target; in CreateAnother()
36 copyPtr->m_Source = this->m_Source; in CreateAnother()
37 copyPtr->m_Force = this->m_Force; in CreateAnother()
38 copyPtr->m_Solution = this->m_Solution; in CreateAnother()
41 copyPtr->AddNextElement( i ); in CreateAnother()
43 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
45 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMLoadBC.cxx30 Pointer copyPtr = Self::New(); in CreateAnother() local
33 copyPtr->m_DegreeOfFreedom = this->m_DegreeOfFreedom; in CreateAnother()
34 copyPtr->m_Value = this->m_Value; in CreateAnother()
35 copyPtr->m_Element = this->m_Element; in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMLoadNode.cxx30 Pointer copyPtr = Self::New(); in CreateAnother() local
32 copyPtr->m_Element = this->m_Element; in CreateAnother()
33 copyPtr->m_Point = this->m_Point; in CreateAnother()
34 copyPtr->m_Force = this->m_Force; in CreateAnother()
35 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
37 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement2DC0LinearLineStress.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
34 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
36 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMElement3DC0LinearTriangularLaplaceBeltrami.cxx29 Pointer copyPtr = Self::New(); in CreateAnother() local
31 copyPtr->SetNode(0, this->GetNode(0) ); in CreateAnother()
32 copyPtr->SetNode(1, this->GetNode(1) ); in CreateAnother()
33 copyPtr->SetNode(2, this->GetNode(2) ); in CreateAnother()
34 copyPtr->SetNode(3, this->GetNode(3) ); in CreateAnother()
35 copyPtr->SetMaterial( this->GetMaterial() ); in CreateAnother()
36 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
38 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
H A DitkFEMLoadEdge.cxx30 Pointer copyPtr = Self::New(); in CreateAnother() local
32 copyPtr->m_Edge = this->m_Edge; in CreateAnother()
35 copyPtr->m_Force = this->m_Force; in CreateAnother()
38 copyPtr->AddNextElement( i ); in CreateAnother()
41 copyPtr->SetGlobalNumber( this->GetGlobalNumber() ); in CreateAnother()
43 smartPtr = static_cast<Pointer>(copyPtr); in CreateAnother()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkFEMFiniteDifferenceFunctionLoad.hxx51 Pointer copyPtr = Self::New(); in CreateAnother() local
53 copyPtr->m_MovingImage = this->m_MovingImage; in CreateAnother()
54 copyPtr->m_FixedImage = this->m_FixedImage; in CreateAnother()
56 copyPtr->m_MovingSize = this->m_MovingSize; in CreateAnother()
57 copyPtr->m_FixedSize = this->m_FixedSize; in CreateAnother()
61 copyPtr->m_Gamma = this->m_Gamma; in CreateAnother()
62 copyPtr->m_Solution = this->m_Solution; in CreateAnother()
63 copyPtr->m_GradSigma = this->m_GradSigma; in CreateAnother()
64 copyPtr->m_Sign = this->m_Sign; in CreateAnother()
65 copyPtr->m_WhichMetric = this->m_WhichMetric; in CreateAnother()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkDistanceFieldGen.cpp348 SkASSERT(copyPtr); in generate_distance_field_from_image()
364 init_glyph_data(dataPtr, edgePtr, copyPtr, in generate_distance_field_from_image()
477 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromA8Image() local
482 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
483 unsigned char* currDestPtr = copyPtr + width + 2; in SkGenerateDistanceFieldFromA8Image()
505 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromLCD16Mask() local
512 sk_bzero(copyPtr, (w+2)*sizeof(char)); in SkGenerateDistanceFieldFromLCD16Mask()
513 unsigned char* currDestPtr = copyPtr + w + 2; in SkGenerateDistanceFieldFromLCD16Mask()
535 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromBWImage() local
540 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkDistanceFieldGen.cpp348 SkASSERT(copyPtr); in generate_distance_field_from_image()
364 init_glyph_data(dataPtr, edgePtr, copyPtr, in generate_distance_field_from_image()
477 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromA8Image() local
482 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
483 unsigned char* currDestPtr = copyPtr + width + 2; in SkGenerateDistanceFieldFromA8Image()
505 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromLCD16Mask() local
512 sk_bzero(copyPtr, (w+2)*sizeof(char)); in SkGenerateDistanceFieldFromLCD16Mask()
513 unsigned char* currDestPtr = copyPtr + w + 2; in SkGenerateDistanceFieldFromLCD16Mask()
535 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromBWImage() local
540 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkDistanceFieldGen.cpp348 SkASSERT(copyPtr); in generate_distance_field_from_image()
364 init_glyph_data(dataPtr, edgePtr, copyPtr, in generate_distance_field_from_image()
477 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromA8Image() local
482 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
483 unsigned char* currDestPtr = copyPtr + width + 2; in SkGenerateDistanceFieldFromA8Image()
505 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromLCD16Mask() local
512 sk_bzero(copyPtr, (w+2)*sizeof(char)); in SkGenerateDistanceFieldFromLCD16Mask()
513 unsigned char* currDestPtr = copyPtr + w + 2; in SkGenerateDistanceFieldFromLCD16Mask()
535 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromBWImage() local
540 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkDistanceFieldGen.cpp348 SkASSERT(copyPtr); in generate_distance_field_from_image()
364 init_glyph_data(dataPtr, edgePtr, copyPtr, in generate_distance_field_from_image()
477 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromA8Image() local
482 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromA8Image()
483 unsigned char* currDestPtr = copyPtr + width + 2; in SkGenerateDistanceFieldFromA8Image()
505 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromLCD16Mask() local
512 sk_bzero(copyPtr, (w+2)*sizeof(char)); in SkGenerateDistanceFieldFromLCD16Mask()
513 unsigned char* currDestPtr = copyPtr + w + 2; in SkGenerateDistanceFieldFromLCD16Mask()
535 unsigned char* copyPtr = (unsigned char*) copyStorage.get(); in SkGenerateDistanceFieldFromBWImage() local
540 sk_bzero(copyPtr, (width+2)*sizeof(char)); in SkGenerateDistanceFieldFromBWImage()
[all …]

12345678910>>...15