Ignore:
Timestamp:
Feb 18, 2013, 2:32:14 PM (11 years ago)
Author:
ldelgass
Message:

sync with trunk

Location:
branches/nanovis2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nanovis2

  • branches/nanovis2/packages/vizservers/vtkvis/RpVtkDataSet.h

    r3175 r3305  
    11/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
    22/*
    3  * Copyright (C) 2011, Purdue Research Foundation
     3 * Copyright (C) 2004-2012  HUBzero Foundation, LLC
    44 *
    55 * Author: Leif Delgass <ldelgass@purdue.edu>
     
    129129    void setOutlineColor(float color[3]);
    130130
     131    void setClippingPlanes(vtkPlaneCollection *planes)
     132    {
     133        if (_outlineMapper != NULL) {
     134            _outlineMapper->SetClippingPlanes(planes);
     135        }
     136    }
     137
    131138    /**
    132139     * \brief Return the VTK prop object for the outline
Note: See TracChangeset for help on using the changeset viewer.