mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to appendIntersectionFacesToModel
This commit is contained in:
@@ -590,8 +590,8 @@ void RivExtrudedCurveIntersectionPartMgr::createExtrusionDirParts( bool useBuffe
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RivExtrudedCurveIntersectionPartMgr::appendNativeIntersectionFacesToModel( cvf::ModelBasicList* model,
|
void RivExtrudedCurveIntersectionPartMgr::appendIntersectionFacesToModel( cvf::ModelBasicList* model,
|
||||||
cvf::Transform* scaleTransform )
|
cvf::Transform* scaleTransform )
|
||||||
{
|
{
|
||||||
if ( m_intersectionFaces.isNull() )
|
if ( m_intersectionFaces.isNull() )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ public:
|
|||||||
const cvf::ScalarMapper* explicitScalarColorMapper,
|
const cvf::ScalarMapper* explicitScalarColorMapper,
|
||||||
const RivTernaryScalarMapper* explicitTernaryColorMapper );
|
const RivTernaryScalarMapper* explicitTernaryColorMapper );
|
||||||
|
|
||||||
void appendNativeIntersectionFacesToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
void appendIntersectionFacesToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
||||||
void appendMeshLinePartsToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
void appendMeshLinePartsToModel( cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
||||||
void appendPolylinePartsToModel( Rim3dView& view, cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
void appendPolylinePartsToModel( Rim3dView& view, cvf::ModelBasicList* model, cvf::Transform* scaleTransform );
|
||||||
|
|
||||||
|
|||||||
@@ -544,7 +544,7 @@ void Rim2dIntersectionView::onCreateDisplayModel()
|
|||||||
|
|
||||||
m_intersectionVizModel->removeAllParts();
|
m_intersectionVizModel->removeAllParts();
|
||||||
|
|
||||||
m_flatIntersectionPartMgr->appendNativeIntersectionFacesToModel( m_intersectionVizModel.p(), scaleTransform() );
|
m_flatIntersectionPartMgr->appendIntersectionFacesToModel( m_intersectionVizModel.p(), scaleTransform() );
|
||||||
m_flatIntersectionPartMgr->appendMeshLinePartsToModel( m_intersectionVizModel.p(), scaleTransform() );
|
m_flatIntersectionPartMgr->appendMeshLinePartsToModel( m_intersectionVizModel.p(), scaleTransform() );
|
||||||
m_flatIntersectionPartMgr->appendPolylinePartsToModel( *this, m_intersectionVizModel.p(), scaleTransform() );
|
m_flatIntersectionPartMgr->appendPolylinePartsToModel( *this, m_intersectionVizModel.p(), scaleTransform() );
|
||||||
|
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ void RimIntersectionCollection::appendPartsToModel( Rim3dView& view,
|
|||||||
{
|
{
|
||||||
if ( cs->isActive() )
|
if ( cs->isActive() )
|
||||||
{
|
{
|
||||||
cs->intersectionPartMgr()->appendNativeIntersectionFacesToModel( model, scaleTransform );
|
cs->intersectionPartMgr()->appendIntersectionFacesToModel( model, scaleTransform );
|
||||||
cs->intersectionPartMgr()->appendMeshLinePartsToModel( model, scaleTransform );
|
cs->intersectionPartMgr()->appendMeshLinePartsToModel( model, scaleTransform );
|
||||||
cs->intersectionPartMgr()->appendPolylinePartsToModel( view, model, scaleTransform );
|
cs->intersectionPartMgr()->appendPolylinePartsToModel( view, model, scaleTransform );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user